Uses of Class
com.mypurecloud.sdk.v2.model.GDPRRequestEntityListing
Packages that use GDPRRequestEntityListing
-
Uses of GDPRRequestEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GDPRRequestEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApi.getGdprRequests(GetGdprRequestsRequest request) Get all GDPR requestsGeneralDataProtectionRegulationApi.getGdprRequests(Integer pageSize, Integer pageNumber) Get all GDPR requestsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type GDPRRequestEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApi.getGdprRequests(ApiRequest<Void> request) Get all GDPR requestsGeneralDataProtectionRegulationApiAsync.getGdprRequestsAsync(GetGdprRequestsRequest request, AsyncApiCallback<GDPRRequestEntityListing> callback) Get all GDPR requestsGeneralDataProtectionRegulationApiAsync.getGdprRequestsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GDPRRequestEntityListing>> callback) Get all GDPR requestsGeneralDataProtectionRegulationApi.getGdprRequestsWithHttpInfo(Integer pageSize, Integer pageNumber) Get all GDPR requestsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type GDPRRequestEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApiAsync.getGdprRequestsAsync(GetGdprRequestsRequest request, AsyncApiCallback<GDPRRequestEntityListing> callback) Get all GDPR requestsGeneralDataProtectionRegulationApiAsync.getGdprRequestsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GDPRRequestEntityListing>> callback) Get all GDPR requests -
Uses of GDPRRequestEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GDPRRequestEntityListingModifier and TypeMethodDescriptionGDPRRequestEntityListing.entities(List<GDPRRequest> entities) GDPRRequestEntityListing.pageNumber(Integer pageNumber) GDPRRequestEntityListing.previousUri(String previousUri)