Class ListAllActivityLogsRequest.Builder
java.lang.Object
com.intercom.api.resources.admins.requests.ListAllActivityLogsRequest.Builder
- All Implemented Interfaces:
ListAllActivityLogsRequest._FinalStage,ListAllActivityLogsRequest.CreatedAtAfterStage
- Enclosing class:
ListAllActivityLogsRequest
public static final class ListAllActivityLogsRequest.Builder
extends Object
implements ListAllActivityLogsRequest.CreatedAtAfterStage, ListAllActivityLogsRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdAtAfter(String createdAtAfter) The start date that you request data for.createdAtBefore(String createdAtBefore) The end date that you request data for.createdAtBefore(Optional<String> createdAtBefore) from(ListAllActivityLogsRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceListAllActivityLogsRequest.CreatedAtAfterStage
-
createdAtAfter
The start date that you request data for. It must be formatted as a UNIX timestamp.
- Specified by:
createdAtAfterin interfaceListAllActivityLogsRequest.CreatedAtAfterStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAtBefore
The end date that you request data for. It must be formatted as a UNIX timestamp.
- Specified by:
createdAtBeforein interfaceListAllActivityLogsRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAtBefore
- Specified by:
createdAtBeforein interfaceListAllActivityLogsRequest._FinalStage
-
build
- Specified by:
buildin interfaceListAllActivityLogsRequest._FinalStage
-