Class GetExternalcontactsOrganizationRelationshipsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetExternalcontactsOrganizationRelationshipsRequest.Builder
- Enclosing class:
- GetExternalcontactsOrganizationRelationshipsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withExpand(List<String> expand) withExternalOrganizationId(String externalOrganizationId) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withRequiredParams(String externalOrganizationId) withSortOrder(String sortOrder)
-
Method Details
-
withExternalOrganizationId
public GetExternalcontactsOrganizationRelationshipsRequest.Builder withExternalOrganizationId(String externalOrganizationId) -
withPageSize
-
withPageNumber
public GetExternalcontactsOrganizationRelationshipsRequest.Builder withPageNumber(Integer pageNumber) -
withExpand
-
withExpandEnumValues
public GetExternalcontactsOrganizationRelationshipsRequest.Builder withExpandEnumValues(List<GetExternalcontactsOrganizationRelationshipsRequest.expandValues> expand) -
withSortOrder
-
withRequiredParams
public GetExternalcontactsOrganizationRelationshipsRequest.Builder withRequiredParams(String externalOrganizationId) -
build
-