Package com.docusign.esign.model
Class ResourceInformation
- java.lang.Object
-
- com.docusign.esign.model.ResourceInformation
-
public class ResourceInformation extends java.lang.ObjectResourceInformation.
-
-
Constructor Summary
Constructors Constructor Description ResourceInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceInformationaddResourcesItem(NameValue resourcesItem)addResourcesItem.booleanequals(java.lang.Object o)Compares objects.java.util.List<NameValue>getResources().inthashCode()Returns the HashCode.ResourceInformationresources(java.util.List<NameValue> resources)resources.voidsetResources(java.util.List<NameValue> resources)setResources.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
resources
public ResourceInformation resources(java.util.List<NameValue> resources)
resources.- Returns:
- ResourceInformation
-
addResourcesItem
public ResourceInformation addResourcesItem(NameValue resourcesItem)
addResourcesItem.- Returns:
- ResourceInformation
-
getResources
public java.util.List<NameValue> getResources()
.- Returns:
- resources
-
setResources
public void setResources(java.util.List<NameValue> resources)
setResources.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-