Package com.hellosign.openapi.model
Class BulkSendJobSendResponse
- java.lang.Object
-
- com.hellosign.openapi.model.BulkSendJobSendResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BulkSendJobSendResponse extends java.lang.ObjectBulkSendJobSendResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_BULK_SEND_JOBstatic java.lang.StringJSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description BulkSendJobSendResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkSendJobSendResponseaddWarningsItem(WarningResponse warningsItem)BulkSendJobSendResponsebulkSendJob(BulkSendJobResponse bulkSendJob)java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this BulkSendJobSendResponse object is equal to o.BulkSendJobResponsegetBulkSendJob()Get bulkSendJobjava.util.List<WarningResponse>getWarnings()A list of warnings.inthashCode()voidsetBulkSendJob(BulkSendJobResponse bulkSendJob)voidsetWarnings(java.util.List<WarningResponse> warnings)java.lang.StringtoString()BulkSendJobSendResponsewarnings(java.util.List<WarningResponse> warnings)
-
-
-
Field Detail
-
JSON_PROPERTY_BULK_SEND_JOB
public static final java.lang.String JSON_PROPERTY_BULK_SEND_JOB
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final java.lang.String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
bulkSendJob
public BulkSendJobSendResponse bulkSendJob(BulkSendJobResponse bulkSendJob)
-
getBulkSendJob
@Nullable public BulkSendJobResponse getBulkSendJob()
Get bulkSendJob- Returns:
- bulkSendJob
-
setBulkSendJob
public void setBulkSendJob(BulkSendJobResponse bulkSendJob)
-
warnings
public BulkSendJobSendResponse warnings(java.util.List<WarningResponse> warnings)
-
addWarningsItem
public BulkSendJobSendResponse addWarningsItem(WarningResponse warningsItem)
-
getWarnings
@Nullable public java.util.List<WarningResponse> getWarnings()
A list of warnings.- Returns:
- warnings
-
setWarnings
public void setWarnings(java.util.List<WarningResponse> warnings)
-
equals
public boolean equals(java.lang.Object o)
Return true if this BulkSendJobSendResponse object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-