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 MessageDeliveryMode
Amqp091MessageAttributesType. deliveryMode
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MessageDeliveryMode Modifier and Type Method Description static MessageDeliveryMode
MessageDeliveryMode. fromValue(String v)
MessageDeliveryMode
Amqp091MessageAttributesType. getDeliveryMode()
Gets the value of the deliveryMode property.static MessageDeliveryMode
MessageDeliveryMode. 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 Amqp091MessageAttributesType
Amqp091MessageAttributesType. deliveryMode(MessageDeliveryMode value)
void
Amqp091MessageAttributesType. setDeliveryMode(MessageDeliveryMode value)
Sets the value of the deliveryMode property.
-