Uses of Enum Class
org.fiware.ngsi.model.EndpointVO.Accept
-
Uses of EndpointVO.Accept in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionEndpointVO.accept()
EndpointVO.getAccept()
static EndpointVO.Accept
static EndpointVO.Accept
Returns the enum constant of this class with the specified name.static EndpointVO.Accept[]
EndpointVO.Accept.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<EndpointVO.Accept>
EndpointVO.Accept.toOptional
(String value) Modifier and TypeMethodDescriptionEndpointVO.accept
(EndpointVO.Accept newAccept) EndpointVO.setAccept
(EndpointVO.Accept newAccept)