Uses of Class
com.broadleafcommerce.metadata.dsl.core.Endpoint.Method
-
Packages that use Endpoint.Method Package Description com.broadleafcommerce.metadata.dsl.core com.broadleafcommerce.metadata.dsl.core.extension.endpoints -
-
Uses of Endpoint.Method in com.broadleafcommerce.metadata.dsl.core
Methods in com.broadleafcommerce.metadata.dsl.core that return Endpoint.Method Modifier and Type Method Description Endpoint.Method
Endpoint. getMethod()
static Endpoint.Method
Endpoint.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static Endpoint.Method[]
Endpoint.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type Endpoint.Method Modifier and Type Method Description default E
Endpoint. method(Endpoint.Method method)
void
Endpoint. setMethod(Endpoint.Method method)
-
Uses of Endpoint.Method in com.broadleafcommerce.metadata.dsl.core.extension.endpoints
Methods in com.broadleafcommerce.metadata.dsl.core.extension.endpoints that return Endpoint.Method Modifier and Type Method Description Endpoint.Method
AbstractEndpoint. getMethod()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.endpoints with parameters of type Endpoint.Method Modifier and Type Method Description void
AbstractEndpoint. setMethod(Endpoint.Method method)
-