Uses of Class
com.mypurecloud.sdk.v2.api.request.GetStationsRequest
Packages that use GetStationsRequest
-
Uses of GetStationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetStationsRequestModifier and TypeMethodDescriptionStationsApi.getStations(GetStationsRequest request) Get the list of available stations.StationsApiAsync.getStationsAsync(GetStationsRequest request, AsyncApiCallback<StationEntityListing> callback) Get the list of available stations. -
Uses of GetStationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetStationsRequestModifier and TypeMethodDescriptionGetStationsRequest.Builder.build()GetStationsRequest.withCustomHeader(String name, String value) GetStationsRequest.withLineAppearanceId(String lineAppearanceId) GetStationsRequest.withPageNumber(Integer pageNumber) GetStationsRequest.withPageSize(Integer pageSize) GetStationsRequest.withSortBy(String sortBy) GetStationsRequest.withUserSelectable(String userSelectable) GetStationsRequest.withWebRtcUserId(String webRtcUserId)