Uses of Class
com.sforce.soap.metadata.ApexCodeUnitStatus
-
-
Uses of ApexCodeUnitStatus in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ApexCodeUnitStatus Modifier and Type Method Description ApexCodeUnitStatusApexClass. getStatus()ApexCodeUnitStatusApexTrigger. getStatus()static ApexCodeUnitStatusApexCodeUnitStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApexCodeUnitStatus[]ApexCodeUnitStatus. 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 ApexCodeUnitStatus Modifier and Type Method Description voidApexClass. setStatus(ApexCodeUnitStatus status)voidApexTrigger. setStatus(ApexCodeUnitStatus status)
-