DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.FolderItemResponse Class Reference

Results from a folder item request. More...

Inheritance diagram for DocuSign.eSign.Model.FolderItemResponse:

Public Member Functions

 FolderItemResponse (string EndPosition=default(string), List< FolderItemV2 > FolderItems=default(List< FolderItemV2 >), string NextUri=default(string), string PreviousUri=default(string), string ResultSetSize=default(string), string StartPosition=default(string), string TotalRows=default(string))
 Initializes a new instance of the FolderItemResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (FolderItemResponse other)
 Returns true if FolderItemResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string EndPosition [get, set]
 The last position in the result set. More...
 
List< FolderItemV2FolderItems [get, set]
 A list of the envelopes in the specified folder or folders. More...
 
string NextUri [get, set]
 The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. More...
 
string PreviousUri [get, set]
 The postal code for the billing address. More...
 
string ResultSetSize [get, set]
 The number of results returned in this response. More...
 
string StartPosition [get, set]
 Starting position of the current result set. More...
 
string TotalRows [get, set]
 Gets or Sets TotalRows More...
 

Detailed Description

Results from a folder item request.

Constructor & Destructor Documentation

◆ FolderItemResponse()

DocuSign.eSign.Model.FolderItemResponse.FolderItemResponse ( string  EndPosition = default(string),
List< FolderItemV2 FolderItems = default(List<FolderItemV2>),
string  NextUri = default(string),
string  PreviousUri = default(string),
string  ResultSetSize = default(string),
string  StartPosition = default(string),
string  TotalRows = default(string) 
)
inline

Initializes a new instance of the FolderItemResponse class.

Parameters
EndPositionThe last position in the result set. .
FolderItemsA list of the envelopes in the specified folder or folders. .
NextUriThe URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .
PreviousUriThe postal code for the billing address..
ResultSetSizeThe number of results returned in this response. .
StartPositionStarting position of the current result set..
TotalRowsTotalRows.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.FolderItemResponse.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.FolderItemResponse.Equals ( FolderItemResponse  other)
inline

Returns true if FolderItemResponse instances are equal

Parameters
otherInstance of FolderItemResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.FolderItemResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.FolderItemResponse.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.FolderItemResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EndPosition

string DocuSign.eSign.Model.FolderItemResponse.EndPosition
getset

The last position in the result set.

The last position in the result set.

◆ FolderItems

List<FolderItemV2> DocuSign.eSign.Model.FolderItemResponse.FolderItems
getset

A list of the envelopes in the specified folder or folders.

A list of the envelopes in the specified folder or folders.

◆ NextUri

string DocuSign.eSign.Model.FolderItemResponse.NextUri
getset

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

◆ PreviousUri

string DocuSign.eSign.Model.FolderItemResponse.PreviousUri
getset

The postal code for the billing address.

The postal code for the billing address.

◆ ResultSetSize

string DocuSign.eSign.Model.FolderItemResponse.ResultSetSize
getset

The number of results returned in this response.

The number of results returned in this response.

◆ StartPosition

string DocuSign.eSign.Model.FolderItemResponse.StartPosition
getset

Starting position of the current result set.

Starting position of the current result set.

◆ TotalRows

string DocuSign.eSign.Model.FolderItemResponse.TotalRows
getset

Gets or Sets TotalRows


The documentation for this class was generated from the following file: