Class CollaborationSettings
java.lang.Object
com.boldsign.model.CollaborationSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CollaborationSettings
extends Object
CollaborationSettings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedSignersItem(String allowedSignersItem) allowedSigners(List<String> allowedSigners) booleanstatic CollaborationSettingsCreate an instance of CollaborationSettings given an JSON stringGet allowedSignersGet isRequiredGet requireInitialGet requireSignerApprovalinthashCode()isRequired(Boolean isRequired) requireInitial(Boolean requireInitial) requireSignerApproval(Boolean requireSignerApproval) voidsetAllowedSigners(List<String> allowedSigners) voidsetIsRequired(Boolean isRequired) voidsetRequireInitial(Boolean requireInitial) voidsetRequireSignerApproval(Boolean requireSignerApproval) toJson()Convert an instance of CollaborationSettings to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_IS_REQUIRED
- See Also:
-
SERIALIZED_NAME_REQUIRE_SIGNER_APPROVAL
- See Also:
-
SERIALIZED_NAME_REQUIRE_INITIAL
- See Also:
-
SERIALIZED_NAME_ALLOWED_SIGNERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CollaborationSettings
public CollaborationSettings()
-
-
Method Details
-
isRequired
-
getIsRequired
-
setIsRequired
-
requireSignerApproval
-
getRequireSignerApproval
-
setRequireSignerApproval
-
requireInitial
-
getRequireInitial
-
setRequireInitial
-
allowedSigners
-
addAllowedSignersItem
-
getAllowedSigners
-
setAllowedSigners
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CollaborationSettings
-
fromJson
Create an instance of CollaborationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CollaborationSettings
- Throws:
IOException- if the JSON string is invalid with respect to CollaborationSettings
-
toJson
Convert an instance of CollaborationSettings to an JSON string- Returns:
- JSON string
-