Uses of Enum Class
dev.getelements.elements.sdk.model.auth.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in dev.getelements.elements.dao.mongo.model.auth
Methods in dev.getelements.elements.dao.mongo.model.auth that return HttpMethodMethods in dev.getelements.elements.dao.mongo.model.auth with parameters of type HttpMethod -
Uses of HttpMethod in dev.getelements.elements.sdk.model.auth
Methods in dev.getelements.elements.sdk.model.auth that return HttpMethodModifier and TypeMethodDescriptionCreateOrUpdateOAuth2AuthSchemeRequest.getMethod()OAuth2AuthScheme.getMethod()static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.model.auth with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidCreateOrUpdateOAuth2AuthSchemeRequest.setMethod(HttpMethod method) voidOAuth2AuthScheme.setMethod(HttpMethod method)