Class GetExternalcontactsOrganizationContactsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetExternalcontactsOrganizationContactsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getQ()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetExternalOrganizationId(String externalOrganizationId) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidvoidsetSortOrder(String sortOrder) withCustomHeader(String name, String value) withExpand(List<String> expand) withExternalOrganizationId(String externalOrganizationId) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withSortOrder(String sortOrder)
-
Constructor Details
-
GetExternalcontactsOrganizationContactsRequest
public GetExternalcontactsOrganizationContactsRequest()
-
-
Method Details
-
getExternalOrganizationId
-
setExternalOrganizationId
-
withExternalOrganizationId
public GetExternalcontactsOrganizationContactsRequest withExternalOrganizationId(String externalOrganizationId) -
getPageSize
-
setPageSize
-
withPageSize
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getQ
-
setQ
-
withQ
-
getSortOrder
-
setSortOrder
-
withSortOrder
-
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetExternalcontactsOrganizationContactsRequest.Builder builder(String externalOrganizationId)
-