Package com.docusign.esign.model
Class FileTypeList
- java.lang.Object
-
- com.docusign.esign.model.FileTypeList
-
public class FileTypeList extends java.lang.ObjectFileTypeList.
-
-
Constructor Summary
Constructors Constructor Description FileTypeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileTypeListaddFileTypesItem(FileType fileTypesItem)addFileTypesItem.booleanequals(java.lang.Object o)Compares objects.FileTypeListfileTypes(java.util.List<FileType> fileTypes)fileTypes.java.util.List<FileType>getFileTypes()A collection of file types..inthashCode()Returns the HashCode.voidsetFileTypes(java.util.List<FileType> fileTypes)setFileTypes.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
fileTypes
public FileTypeList fileTypes(java.util.List<FileType> fileTypes)
fileTypes.- Returns:
- FileTypeList
-
addFileTypesItem
public FileTypeList addFileTypesItem(FileType fileTypesItem)
addFileTypesItem.- Returns:
- FileTypeList
-
getFileTypes
public java.util.List<FileType> getFileTypes()
A collection of file types..- Returns:
- fileTypes
-
setFileTypes
public void setFileTypes(java.util.List<FileType> fileTypes)
setFileTypes.
-
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
-
-