Uses of Enum Class
oracle.stellent.ridc.protocol.ServiceResponse.ResponseType
Packages that use ServiceResponse.ResponseType
-
Uses of ServiceResponse.ResponseType in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return ServiceResponse.ResponseTypeModifier and TypeMethodDescriptionServiceResponse.getResponseType()static ServiceResponse.ResponseTypeReturns the enum constant of this class with the specified name.static ServiceResponse.ResponseType[]ServiceResponse.ResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in oracle.stellent.ridc.protocol with parameters of type ServiceResponse.ResponseTypeModifierConstructorDescriptionServiceResponse(DataFactory dataFactory, String encoding, Map<String, String> headers, InputStream inputStream, ServiceResponse.ResponseType type)