Package com.boldsign.model
Class ChangeTeamRequest
- java.lang.Object
-
- com.boldsign.model.ChangeTeamRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class ChangeTeamRequest extends Object
ChangeTeamRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangeTeamRequest.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_TO_TEAM_IDstatic StringSERIALIZED_NAME_TRANSFER_DOCUMENTS_TO_USER_ID
-
Constructor Summary
Constructors Constructor Description ChangeTeamRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()booleanequals(Object o)static ChangeTeamRequestfromJson(String jsonString)Create an instance of ChangeTeamRequest given an JSON stringStringgetToTeamId()Get toTeamIdStringgetTransferDocumentsToUserId()Get transferDocumentsToUserIdinthashCode()voidsetToTeamId(String toTeamId)voidsetTransferDocumentsToUserId(String transferDocumentsToUserId)StringtoJson()Convert an instance of ChangeTeamRequest to an JSON stringStringtoString()ChangeTeamRequesttoTeamId(String toTeamId)ChangeTeamRequesttransferDocumentsToUserId(String transferDocumentsToUserId)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_TO_TEAM_ID
public static final String SERIALIZED_NAME_TO_TEAM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSFER_DOCUMENTS_TO_USER_ID
public static final String SERIALIZED_NAME_TRANSFER_DOCUMENTS_TO_USER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
toTeamId
public ChangeTeamRequest toTeamId(String toTeamId)
-
setToTeamId
public void setToTeamId(String toTeamId)
-
transferDocumentsToUserId
public ChangeTeamRequest transferDocumentsToUserId(String transferDocumentsToUserId)
-
getTransferDocumentsToUserId
@Nullable public String getTransferDocumentsToUserId()
Get transferDocumentsToUserId- Returns:
- transferDocumentsToUserId
-
setTransferDocumentsToUserId
public void setTransferDocumentsToUserId(String transferDocumentsToUserId)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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 ChangeTeamRequest
-
fromJson
public static ChangeTeamRequest fromJson(String jsonString) throws IOException
Create an instance of ChangeTeamRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ChangeTeamRequest
- Throws:
IOException- if the JSON string is invalid with respect to ChangeTeamRequest
-
toJson
public String toJson()
Convert an instance of ChangeTeamRequest to an JSON string- Returns:
- JSON string
-
-