Uses of Class
net.authorize.api.contract.v1.ARBGetSubscriptionListSearchTypeEnum
-
Packages that use ARBGetSubscriptionListSearchTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of ARBGetSubscriptionListSearchTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ARBGetSubscriptionListSearchTypeEnum Modifier and Type Field Description protected ARBGetSubscriptionListSearchTypeEnumARBGetSubscriptionListRequest. searchTypeMethods in net.authorize.api.contract.v1 that return ARBGetSubscriptionListSearchTypeEnum Modifier and Type Method Description static ARBGetSubscriptionListSearchTypeEnumARBGetSubscriptionListSearchTypeEnum. fromValue(String v)ARBGetSubscriptionListSearchTypeEnumARBGetSubscriptionListRequest. getSearchType()Gets the value of the searchType property.static ARBGetSubscriptionListSearchTypeEnumARBGetSubscriptionListSearchTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ARBGetSubscriptionListSearchTypeEnum[]ARBGetSubscriptionListSearchTypeEnum. 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 ARBGetSubscriptionListSearchTypeEnum Modifier and Type Method Description voidARBGetSubscriptionListRequest. setSearchType(ARBGetSubscriptionListSearchTypeEnum value)Sets the value of the searchType property.
-