Uses of Enum Class
edu.internet2.middleware.grouper.ws.rest.contentType.WsRestResponseContentType
Packages that use WsRestResponseContentType
-
Uses of WsRestResponseContentType in edu.internet2.middleware.grouper.ws.rest.contentType
Methods in edu.internet2.middleware.grouper.ws.rest.contentType that return WsRestResponseContentTypeModifier and TypeMethodDescriptionabstract WsRestResponseContentType
WsRestRequestContentType.calculateResponseContentType()
based on the request type, calculate the response typestatic WsRestResponseContentType
Returns the enum constant of this class with the specified name.static WsRestResponseContentType
WsRestResponseContentType.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic WsRestResponseContentType[]
WsRestResponseContentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.