Interface ListAllActivityLogsRequest.CreatedAtAfterStage
-
- All Known Implementing Classes:
ListAllActivityLogsRequest.Builder
- Enclosing class:
- ListAllActivityLogsRequest
public static interface ListAllActivityLogsRequest.CreatedAtAfterStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAllActivityLogsRequest._FinalStagecreatedAtAfter(java.lang.String createdAtAfter)The start date that you request data for.ListAllActivityLogsRequest.Builderfrom(ListAllActivityLogsRequest other)
-
-
-
Method Detail
-
createdAtAfter
ListAllActivityLogsRequest._FinalStage createdAtAfter(@NotNull java.lang.String createdAtAfter)
The start date that you request data for. It must be formatted as a UNIX timestamp.
-
from
ListAllActivityLogsRequest.Builder from(ListAllActivityLogsRequest other)
-
-