Uses of Class
com.mypurecloud.sdk.v2.model.AuthzDivisionCursorListing
Packages that use AuthzDivisionCursorListing
-
Uses of AuthzDivisionCursorListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AuthzDivisionCursorListingModifier 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}AuthorizationApi.getAuthorizationDivisionsQuery(String before, String after, String pageSize, List<String> id, String name) 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}ObjectsApi.getAuthorizationDivisionsQuery(String before, String after, String pageSize, List<String> id, String name) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AuthzDivisionCursorListingModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationDivisionsQuery(ApiRequest<Void> 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(ApiRequest<Void> 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}AuthorizationApiAsync.getAuthorizationDivisionsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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}ObjectsApiAsync.getAuthorizationDivisionsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AuthzDivisionCursorListing>> callback) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}AuthorizationApi.getAuthorizationDivisionsQueryWithHttpInfo(String before, String after, String pageSize, List<String> id, String name) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}ObjectsApi.getAuthorizationDivisionsQueryWithHttpInfo(String before, String after, String pageSize, List<String> id, String name) Retrieve a list of all divisions defined for the organization with cursor Use \"after\" and \"before\" param to fetch next/previous page}Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AuthzDivisionCursorListingModifier and TypeMethodDescriptionAuthorizationApiAsync.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}AuthorizationApiAsync.getAuthorizationDivisionsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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}ObjectsApiAsync.getAuthorizationDivisionsQueryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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 AuthzDivisionCursorListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuthzDivisionCursorListingModifier and TypeMethodDescriptionAuthzDivisionCursorListing.entities(List<AuthzDivision> entities) AuthzDivisionCursorListing.previousUri(String previousUri)