Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.HttpMethodType
-
Packages that use HttpMethodType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of HttpMethodType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as HttpMethodType Modifier and Type Field Description protected HttpMethodTypeSmsGatewayConfigurationType. methodMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return HttpMethodType Modifier and Type Method Description static HttpMethodTypeHttpMethodType. fromValue(String v)HttpMethodTypeSmsGatewayConfigurationType. getMethod()Gets the value of the method property.static HttpMethodTypeHttpMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethodType[]HttpMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type HttpMethodType Modifier and Type Method Description SmsGatewayConfigurationTypeSmsGatewayConfigurationType. method(HttpMethodType value)voidSmsGatewayConfigurationType. setMethod(HttpMethodType value)Sets the value of the method property.
-