Uses of Class
com.mypurecloud.sdk.v2.model.Station
Packages that use Station
-
Uses of Station in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StationModifier and TypeMethodDescriptionStationsApi.getStation(GetStationRequest request) Get station.StationsApi.getStation(String stationId) Get station.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StationModifier and TypeMethodDescriptionStationsApi.getStation(ApiRequest<Void> request) Get station.StationsApiAsync.getStationAsync(GetStationRequest request, AsyncApiCallback<Station> callback) Get station.StationsApiAsync.getStationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Station>> callback) Get station.StationsApi.getStationWithHttpInfo(String stationId) Get station.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StationModifier and TypeMethodDescriptionStationsApiAsync.getStationAsync(GetStationRequest request, AsyncApiCallback<Station> callback) Get station.StationsApiAsync.getStationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Station>> callback) Get station. -
Uses of Station in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StationModifier and TypeMethodDescriptionStation.description(String description) Station.lineAppearanceId(String lineAppearanceId) Station.primaryEdge(DomainEntityRef primaryEdge) Station.secondaryEdge(DomainEntityRef secondaryEdge) Station.status(Station.StatusEnum status) The Id of the user currently logged in and associated with the station.Station.webRtcUserId(String webRtcUserId) The Id of the user configured for the station if it is of type inin_webrtc_softphone.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type StationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Station