Package com.docusign.esign.model
Class BrandResourcesList
- java.lang.Object
-
- com.docusign.esign.model.BrandResourcesList
-
public class BrandResourcesList extends java.lang.ObjectBrandResourcesList.
-
-
Constructor Summary
Constructors Constructor Description BrandResourcesList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandResourcesListaddResourcesContentTypesItem(BrandResources resourcesContentTypesItem)addResourcesContentTypesItem.booleanequals(java.lang.Object o)Compares objects.java.util.List<BrandResources>getResourcesContentTypes().inthashCode()Returns the HashCode.BrandResourcesListresourcesContentTypes(java.util.List<BrandResources> resourcesContentTypes)resourcesContentTypes.voidsetResourcesContentTypes(java.util.List<BrandResources> resourcesContentTypes)setResourcesContentTypes.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
resourcesContentTypes
public BrandResourcesList resourcesContentTypes(java.util.List<BrandResources> resourcesContentTypes)
resourcesContentTypes.- Returns:
- BrandResourcesList
-
addResourcesContentTypesItem
public BrandResourcesList addResourcesContentTypesItem(BrandResources resourcesContentTypesItem)
addResourcesContentTypesItem.- Returns:
- BrandResourcesList
-
getResourcesContentTypes
public java.util.List<BrandResources> getResourcesContentTypes()
.- Returns:
- resourcesContentTypes
-
setResourcesContentTypes
public void setResourcesContentTypes(java.util.List<BrandResources> resourcesContentTypes)
setResourcesContentTypes.
-
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
-
-