Class GetUsersQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetUsersQueryRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetUsersQueryRequest.Builderbuilder()getState()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetIntegrationPresenceSource(String integrationPresenceSource) voidsetPageSize(Integer pageSize) voidsetSortOrder(String sortOrder) voidvoidsetUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds) withCursor(String cursor) withCustomHeader(String name, String value) withExpand(List<String> expand) withIntegrationPresenceSource(String integrationPresenceSource) withPageSize(Integer pageSize) withSortOrder(String sortOrder) withUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds)
-
Constructor Details
-
GetUsersQueryRequest
public GetUsersQueryRequest()
-
-
Method Details
-
getCursor
-
setCursor
-
withCursor
-
getPageSize
-
setPageSize
-
withPageSize
-
getSortOrder
-
setSortOrder
-
withSortOrder
-
getExpand
-
setExpand
-
withExpand
-
getIntegrationPresenceSource
-
setIntegrationPresenceSource
-
withIntegrationPresenceSource
-
getUserCustomAttributeSchemaIds
-
setUserCustomAttributeSchemaIds
-
withUserCustomAttributeSchemaIds
public GetUsersQueryRequest withUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds) -
getState
-
setState
-
withState
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-