Uses of Class
com.sforce.soap.metadata.ActionLinkType
-
-
Uses of ActionLinkType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ActionLinkType Modifier and Type Method Description ActionLinkTypeActionLinkTemplate. getLinkType()static ActionLinkTypeActionLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionLinkType[]ActionLinkType. 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 ActionLinkType Modifier and Type Method Description voidActionLinkTemplate. setLinkType(ActionLinkType linkType)
-