Uses of Class
com.mypurecloud.sdk.v2.api.request.GetAuthorizationDivisionsQueryRequest
Packages that use GetAuthorizationDivisionsQueryRequest
-
Uses of GetAuthorizationDivisionsQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetAuthorizationDivisionsQueryRequestModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationDivisionsQuery(GetAuthorizationDivisionsQueryRequest request) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}ObjectsApi.getAuthorizationDivisionsQuery(GetAuthorizationDivisionsQueryRequest request) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}AuthorizationApiAsync.getAuthorizationDivisionsQueryAsync(GetAuthorizationDivisionsQueryRequest request, AsyncApiCallback<AuthzDivisionCursorListing> callback) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}ObjectsApiAsync.getAuthorizationDivisionsQueryAsync(GetAuthorizationDivisionsQueryRequest request, AsyncApiCallback<AuthzDivisionCursorListing> callback) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page} -
Uses of GetAuthorizationDivisionsQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetAuthorizationDivisionsQueryRequestModifier and TypeMethodDescriptionGetAuthorizationDivisionsQueryRequest.Builder.build()GetAuthorizationDivisionsQueryRequest.withBefore(String before) GetAuthorizationDivisionsQueryRequest.withCustomHeader(String name, String value) GetAuthorizationDivisionsQueryRequest.withPageSize(String pageSize)