Class ARBGetSubscriptionRequest

  • All Implemented Interfaces:
    Serializable

    public class ARBGetSubscriptionRequest
    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="subscriptionId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="includeTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • subscriptionId

        protected String subscriptionId
      • includeTransactions

        protected Boolean includeTransactions
    • Constructor Detail

      • ARBGetSubscriptionRequest

        public ARBGetSubscriptionRequest()
    • Method Detail

      • getSubscriptionId

        public String getSubscriptionId()
        Gets the value of the subscriptionId property.
        Returns:
        possible object is String
      • setSubscriptionId

        public void setSubscriptionId​(String value)
        Sets the value of the subscriptionId property.
        Parameters:
        value - allowed object is String
      • isIncludeTransactions

        public Boolean isIncludeTransactions()
        Gets the value of the includeTransactions property.
        Returns:
        possible object is Boolean
      • setIncludeTransactions

        public void setIncludeTransactions​(Boolean value)
        Sets the value of the includeTransactions property.
        Parameters:
        value - allowed object is Boolean