Uses of Enum Class
org.fiware.ngsi.model.EndpointVO.Accept
Packages that use EndpointVO.Accept
-
Uses of EndpointVO.Accept in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return EndpointVO.AcceptModifier 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.Methods in org.fiware.ngsi.model that return types with arguments of type EndpointVO.AcceptModifier and TypeMethodDescriptionstatic Optional<EndpointVO.Accept>
EndpointVO.Accept.toOptional
(String value) Methods in org.fiware.ngsi.model with parameters of type EndpointVO.AcceptModifier and TypeMethodDescriptionEndpointVO.accept
(EndpointVO.Accept newAccept) EndpointVO.setAccept
(EndpointVO.Accept newAccept)