Uses of Class
net.authorize.api.contract.v1.AUJobTypeEnum
-
Packages that use AUJobTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of AUJobTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as AUJobTypeEnum Modifier and Type Field Description protected AUJobTypeEnumGetAUJobDetailsRequest. modifiedTypeFilterMethods in net.authorize.api.contract.v1 that return AUJobTypeEnum Modifier and Type Method Description static AUJobTypeEnumAUJobTypeEnum. fromValue(String v)AUJobTypeEnumGetAUJobDetailsRequest. getModifiedTypeFilter()Gets the value of the modifiedTypeFilter property.static AUJobTypeEnumAUJobTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AUJobTypeEnum[]AUJobTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type AUJobTypeEnum Modifier and Type Method Description voidGetAUJobDetailsRequest. setModifiedTypeFilter(AUJobTypeEnum value)Sets the value of the modifiedTypeFilter property.
-