Package net.authorize.api.contract.v1
Class ARBGetSubscriptionListRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.ARBGetSubscriptionListRequest
-
- All Implemented Interfaces:
Serializable
public class ARBGetSubscriptionListRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> <sequence> <element name="searchType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSearchTypeEnum"/> <element name="sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSorting" minOccurs="0"/> <element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Pagingpagingprotected ARBGetSubscriptionListSearchTypeEnumsearchTypeprotected ARBGetSubscriptionListSortingsorting-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description ARBGetSubscriptionListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginggetPaging()Gets the value of the paging property.ARBGetSubscriptionListSearchTypeEnumgetSearchType()Gets the value of the searchType property.ARBGetSubscriptionListSortinggetSorting()Gets the value of the sorting property.voidsetPaging(Paging value)Sets the value of the paging property.voidsetSearchType(ARBGetSubscriptionListSearchTypeEnum value)Sets the value of the searchType property.voidsetSorting(ARBGetSubscriptionListSorting value)Sets the value of the sorting property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
searchType
protected ARBGetSubscriptionListSearchTypeEnum searchType
-
sorting
protected ARBGetSubscriptionListSorting sorting
-
paging
protected Paging paging
-
-
Method Detail
-
getSearchType
public ARBGetSubscriptionListSearchTypeEnum getSearchType()
Gets the value of the searchType property.- Returns:
- possible object is
ARBGetSubscriptionListSearchTypeEnum
-
setSearchType
public void setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
Sets the value of the searchType property.- Parameters:
value- allowed object isARBGetSubscriptionListSearchTypeEnum
-
getSorting
public ARBGetSubscriptionListSorting getSorting()
Gets the value of the sorting property.- Returns:
- possible object is
ARBGetSubscriptionListSorting
-
setSorting
public void setSorting(ARBGetSubscriptionListSorting value)
Sets the value of the sorting property.- Parameters:
value- allowed object isARBGetSubscriptionListSorting
-
getPaging
public Paging getPaging()
Gets the value of the paging property.- Returns:
- possible object is
Paging
-
-