Uses of Class
de.hybris.platform.apiregistryservices.jalo.Endpoint
-
Packages that use Endpoint Package Description de.hybris.platform.apiregistryservices.jalo -
-
Uses of Endpoint in de.hybris.platform.apiregistryservices.jalo
Methods in de.hybris.platform.apiregistryservices.jalo that return Endpoint Modifier and Type Method Description Endpoint
GeneratedApiregistryservicesManager. createEndpoint(SessionContext ctx, java.util.Map attributeValues)
Endpoint
GeneratedApiregistryservicesManager. createEndpoint(java.util.Map attributeValues)
Endpoint
GeneratedAbstractDestination. getEndpoint()
Generated method - Getter of theAbstractDestination.endpoint
attribute.Endpoint
GeneratedAbstractDestination. getEndpoint(SessionContext ctx)
Generated method - Getter of theAbstractDestination.endpoint
attribute.Methods in de.hybris.platform.apiregistryservices.jalo with parameters of type Endpoint Modifier and Type Method Description void
GeneratedAbstractDestination. setEndpoint(Endpoint value)
Generated method - Setter of theAbstractDestination.endpoint
attribute.void
GeneratedAbstractDestination. setEndpoint(SessionContext ctx, Endpoint value)
Generated method - Setter of theAbstractDestination.endpoint
attribute.
-