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>
Modifier and Type | Field and Description |
---|---|
protected Paging |
paging |
protected ARBGetSubscriptionListSearchTypeEnum |
searchType |
protected ARBGetSubscriptionListSorting |
sorting |
clientId, merchantAuthentication, refId
Constructor and Description |
---|
ARBGetSubscriptionListRequest() |
Modifier and Type | Method and Description |
---|---|
Paging |
getPaging()
Gets the value of the paging property.
|
ARBGetSubscriptionListSearchTypeEnum |
getSearchType()
Gets the value of the searchType property.
|
ARBGetSubscriptionListSorting |
getSorting()
Gets the value of the sorting property.
|
void |
setPaging(Paging value)
Sets the value of the paging property.
|
void |
setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
Sets the value of the searchType property.
|
void |
setSorting(ARBGetSubscriptionListSorting value)
Sets the value of the sorting property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
protected ARBGetSubscriptionListSearchTypeEnum searchType
protected ARBGetSubscriptionListSorting sorting
protected Paging paging
public ARBGetSubscriptionListSearchTypeEnum getSearchType()
ARBGetSubscriptionListSearchTypeEnum
public void setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
value
- allowed object is
ARBGetSubscriptionListSearchTypeEnum
public ARBGetSubscriptionListSorting getSorting()
ARBGetSubscriptionListSorting
public void setSorting(ARBGetSubscriptionListSorting value)
value
- allowed object is
ARBGetSubscriptionListSorting
public Paging getPaging()
Paging
Copyright © 2021. All rights reserved.