Uses of Class
com.mypurecloud.sdk.v2.model.GDPRSubjectEntityListing
Packages that use GDPRSubjectEntityListing
-
Uses of GDPRSubjectEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GDPRSubjectEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApi.getGdprSubjects(GetGdprSubjectsRequest request) Get GDPR subjectsGeneralDataProtectionRegulationApi.getGdprSubjects(String searchType, String searchValue) Get GDPR subjectsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type GDPRSubjectEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApi.getGdprSubjects(ApiRequest<Void> request) Get GDPR subjectsGeneralDataProtectionRegulationApiAsync.getGdprSubjectsAsync(GetGdprSubjectsRequest request, AsyncApiCallback<GDPRSubjectEntityListing> callback) Get GDPR subjectsGeneralDataProtectionRegulationApiAsync.getGdprSubjectsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GDPRSubjectEntityListing>> callback) Get GDPR subjectsGeneralDataProtectionRegulationApi.getGdprSubjectsWithHttpInfo(String searchType, String searchValue) Get GDPR subjectsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type GDPRSubjectEntityListingModifier and TypeMethodDescriptionGeneralDataProtectionRegulationApiAsync.getGdprSubjectsAsync(GetGdprSubjectsRequest request, AsyncApiCallback<GDPRSubjectEntityListing> callback) Get GDPR subjectsGeneralDataProtectionRegulationApiAsync.getGdprSubjectsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GDPRSubjectEntityListing>> callback) Get GDPR subjects -
Uses of GDPRSubjectEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GDPRSubjectEntityListingModifier and TypeMethodDescriptionGDPRSubjectEntityListing.entities(List<GDPRSubject> entities) GDPRSubjectEntityListing.pageNumber(Integer pageNumber) GDPRSubjectEntityListing.previousUri(String previousUri)