Uses of Enum Class
com.mypurecloud.sdk.v2.model.Response.ResponseTypeEnum
Packages that use Response.ResponseTypeEnum
-
Uses of Response.ResponseTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Response.ResponseTypeEnumModifier and TypeMethodDescriptionstatic Response.ResponseTypeEnumResponse.ResponseTypeEnum.fromString(String key) Response.getResponseType()static Response.ResponseTypeEnumReturns the enum constant of this class with the specified name.static Response.ResponseTypeEnum[]Response.ResponseTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Response.ResponseTypeEnumModifier and TypeMethodDescriptionResponse.responseType(Response.ResponseTypeEnum responseType) The response type represented by the response.voidResponse.setResponseType(Response.ResponseTypeEnum responseType)