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 WsRestResponseContentTypeWsRestRequestContentType.calculateResponseContentType()based on the request type, calculate the response typestatic WsRestResponseContentTypeReturns the enum constant of this class with the specified name.static WsRestResponseContentTypeWsRestResponseContentType.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.