public class

Resource

extends Object
implements Identifiable
java.lang.Object
   ↳ com.coupa.resources.Resource
Known Direct Subclasses

Class Overview

Java class for resource complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="resource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="errors" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigInteger id
Public Constructors
Resource()
Public Methods
BigInteger getId()
Gets the value of the id property.
void setId(BigInteger value)
Sets the value of the id property.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.coupa.api.Identifiable

Fields

protected BigInteger id

Public Constructors

public Resource ()

Public Methods

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public String toString ()