Uses of Class
com.mypurecloud.sdk.v2.model.EmergencyGroupListing
Packages that use EmergencyGroupListing
-
Uses of EmergencyGroupListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EmergencyGroupListingModifier and TypeMethodDescriptionArchitectApi.getArchitectEmergencygroups(GetArchitectEmergencygroupsRequest request) Get a list of emergency groups.ArchitectApi.getArchitectEmergencygroups(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name) Get a list of emergency groups.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EmergencyGroupListingModifier and TypeMethodDescriptionArchitectApi.getArchitectEmergencygroups(ApiRequest<Void> request) Get a list of emergency groups.ArchitectApiAsync.getArchitectEmergencygroupsAsync(GetArchitectEmergencygroupsRequest request, AsyncApiCallback<EmergencyGroupListing> callback) Get a list of emergency groups.ArchitectApiAsync.getArchitectEmergencygroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmergencyGroupListing>> callback) Get a list of emergency groups.ArchitectApi.getArchitectEmergencygroupsWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name) Get a list of emergency groups.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EmergencyGroupListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectEmergencygroupsAsync(GetArchitectEmergencygroupsRequest request, AsyncApiCallback<EmergencyGroupListing> callback) Get a list of emergency groups.ArchitectApiAsync.getArchitectEmergencygroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmergencyGroupListing>> callback) Get a list of emergency groups. -
Uses of EmergencyGroupListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmergencyGroupListingModifier and TypeMethodDescriptionEmergencyGroupListing.entities(List<EmergencyGroup> entities) EmergencyGroupListing.pageNumber(Integer pageNumber) EmergencyGroupListing.previousUri(String previousUri)