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 java.lang.Object implements ListAllActivityLogsRequest.CreatedAtAfterStage, ListAllActivityLogsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAllActivityLogsRequestbuild()ListAllActivityLogsRequest._FinalStagecreatedAtAfter(java.lang.String createdAtAfter)The start date that you request data for.ListAllActivityLogsRequest._FinalStagecreatedAtBefore(java.lang.String createdAtBefore)The end date that you request data for.ListAllActivityLogsRequest._FinalStagecreatedAtBefore(java.util.Optional<java.lang.String> createdAtBefore)The end date that you request data for.ListAllActivityLogsRequest.Builderfrom(ListAllActivityLogsRequest other)
-
-
-
Method Detail
-
from
public ListAllActivityLogsRequest.Builder from(ListAllActivityLogsRequest other)
- Specified by:
fromin interfaceListAllActivityLogsRequest.CreatedAtAfterStage
-
createdAtAfter
public ListAllActivityLogsRequest._FinalStage createdAtAfter(@NotNull java.lang.String createdAtAfter)
The start date that you request data for. It must be formatted as a UNIX timestamp.
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
public ListAllActivityLogsRequest._FinalStage createdAtBefore(java.lang.String 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
public ListAllActivityLogsRequest._FinalStage createdAtBefore(java.util.Optional<java.lang.String> createdAtBefore)
The end date that you request data for. It must be formatted as a UNIX timestamp.
- Specified by:
createdAtBeforein interfaceListAllActivityLogsRequest._FinalStage
-
build
public ListAllActivityLogsRequest build()
- Specified by:
buildin interfaceListAllActivityLogsRequest._FinalStage
-
-