Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundContactlistRequest
Packages that use GetOutboundContactlistRequest
-
Uses of GetOutboundContactlistRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundContactlistRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlist(GetOutboundContactlistRequest request) Get a dialer contact list.OutboundApiAsync.getOutboundContactlistAsync(GetOutboundContactlistRequest request, AsyncApiCallback<ContactList> callback) Get a dialer contact list. -
Uses of GetOutboundContactlistRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundContactlistRequestModifier and TypeMethodDescriptionGetOutboundContactlistRequest.Builder.build()GetOutboundContactlistRequest.withContactListId(String contactListId) GetOutboundContactlistRequest.withCustomHeader(String name, String value) GetOutboundContactlistRequest.withIncludeImportStatus(Boolean includeImportStatus) GetOutboundContactlistRequest.withIncludeSize(Boolean includeSize)