Uses of Class
com.sforce.soap.metadata.EventDeliveryType
-
-
Uses of EventDeliveryType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return EventDeliveryType Modifier and Type Method Description EventDeliveryTypeEventDelivery. getType()static EventDeliveryTypeEventDeliveryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventDeliveryType[]EventDeliveryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type EventDeliveryType Modifier and Type Method Description voidEventDelivery. setType(EventDeliveryType type)
-