Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MessageDeliveryMode
-
Packages that use MessageDeliveryMode Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MessageDeliveryMode in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as MessageDeliveryMode Modifier and Type Field Description protected MessageDeliveryModeAmqp091MessageAttributesType. deliveryModeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MessageDeliveryMode Modifier and Type Method Description static MessageDeliveryModeMessageDeliveryMode. fromValue(String v)MessageDeliveryModeAmqp091MessageAttributesType. getDeliveryMode()Gets the value of the deliveryMode property.static MessageDeliveryModeMessageDeliveryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageDeliveryMode[]MessageDeliveryMode. 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 MessageDeliveryMode Modifier and Type Method Description Amqp091MessageAttributesTypeAmqp091MessageAttributesType. deliveryMode(MessageDeliveryMode value)voidAmqp091MessageAttributesType. setDeliveryMode(MessageDeliveryMode value)Sets the value of the deliveryMode property.
-