Class GetExternalcontactsOrganizationContactsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetExternalcontactsOrganizationContactsRequest.Builder
- Enclosing class:
- GetExternalcontactsOrganizationContactsRequest
-
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 GetExternalcontactsOrganizationContactsRequest.Builder withExternalOrganizationId(String externalOrganizationId) -
withPageSize
-
withPageNumber
-
withQ
-
withSortOrder
-
withExpand
-
withExpandEnumValues
public GetExternalcontactsOrganizationContactsRequest.Builder withExpandEnumValues(List<GetExternalcontactsOrganizationContactsRequest.expandValues> expand) -
withRequiredParams
public GetExternalcontactsOrganizationContactsRequest.Builder withRequiredParams(String externalOrganizationId) -
build
-