Class GetCoachingAppointmentsMeRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetCoachingAppointmentsMeRequest.Builder
- Enclosing class:
- GetCoachingAppointmentsMeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withCompletionInterval(String completionInterval) withFacilitatorIds(List<String> facilitatorIds) withInterval(String interval) withIntervalCondition(GetCoachingAppointmentsMeRequest.intervalConditionValues intervalCondition) withIntervalCondition(String intervalCondition) withOverdue(String overdue) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withRelationships(List<String> relationships) withRelationshipsEnumValues(List<GetCoachingAppointmentsMeRequest.relationshipsValues> relationships) withSortOrder(String sortOrder) withStatuses(List<String> statuses)
-
Method Details
-
withInterval
-
withPageNumber
-
withPageSize
-
withStatuses
-
withStatusesEnumValues
public GetCoachingAppointmentsMeRequest.Builder withStatusesEnumValues(List<GetCoachingAppointmentsMeRequest.statusesValues> statuses) -
withFacilitatorIds
-
withSortOrder
-
withSortOrder
public GetCoachingAppointmentsMeRequest.Builder withSortOrder(GetCoachingAppointmentsMeRequest.sortOrderValues sortOrder) -
withRelationships
-
withRelationshipsEnumValues
public GetCoachingAppointmentsMeRequest.Builder withRelationshipsEnumValues(List<GetCoachingAppointmentsMeRequest.relationshipsValues> relationships) -
withCompletionInterval
-
withOverdue
-
withOverdue
public GetCoachingAppointmentsMeRequest.Builder withOverdue(GetCoachingAppointmentsMeRequest.overdueValues overdue) -
withIntervalCondition
-
withIntervalCondition
public GetCoachingAppointmentsMeRequest.Builder withIntervalCondition(GetCoachingAppointmentsMeRequest.intervalConditionValues intervalCondition) -
build
-