Uses of Class
net.authorize.api.contract.v1.Paging
-
Packages that use Paging Package Description net.authorize.api.contract.v1 -
-
Uses of Paging in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as Paging Modifier and Type Field Description protected PagingARBGetSubscriptionListRequest. pagingprotected PagingGetAUJobDetailsRequest. pagingprotected PagingGetCustomerPaymentProfileListRequest. pagingprotected PagingGetTransactionListForCustomerRequest. pagingprotected PagingGetTransactionListRequest. pagingprotected PagingGetUnsettledTransactionListRequest. pagingMethods in net.authorize.api.contract.v1 that return Paging Modifier and Type Method Description PagingObjectFactory. createPaging()Create an instance ofPagingPagingARBGetSubscriptionListRequest. getPaging()Gets the value of the paging property.PagingGetAUJobDetailsRequest. getPaging()Gets the value of the paging property.PagingGetCustomerPaymentProfileListRequest. getPaging()Gets the value of the paging property.PagingGetTransactionListForCustomerRequest. getPaging()Gets the value of the paging property.PagingGetTransactionListRequest. getPaging()Gets the value of the paging property.PagingGetUnsettledTransactionListRequest. getPaging()Gets the value of the paging property.Methods in net.authorize.api.contract.v1 with parameters of type Paging Modifier and Type Method Description voidARBGetSubscriptionListRequest. setPaging(Paging value)Sets the value of the paging property.voidGetAUJobDetailsRequest. setPaging(Paging value)Sets the value of the paging property.voidGetCustomerPaymentProfileListRequest. setPaging(Paging value)Sets the value of the paging property.voidGetTransactionListForCustomerRequest. setPaging(Paging value)Sets the value of the paging property.voidGetTransactionListRequest. setPaging(Paging value)Sets the value of the paging property.voidGetUnsettledTransactionListRequest. setPaging(Paging value)Sets the value of the paging property.
-