Class EditSenderIdentityRequest
java.lang.Object
com.boldsign.model.EditSenderIdentityRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class EditSenderIdentityRequest
extends Object
EditSenderIdentityRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic EditSenderIdentityRequestCreate an instance of EditSenderIdentityRequest given an JSON stringGet metaDatagetName()Get nameGet notificationSettingsGet redirectUrlinthashCode()notificationSettings(NotificationSettings notificationSettings) putMetaDataItem(String key, String metaDataItem) redirectUrl(URI redirectUrl) voidsetMetaData(Map<String, String> metaData) voidvoidsetNotificationSettings(NotificationSettings notificationSettings) voidsetRedirectUrl(URI redirectUrl) toJson()Convert an instance of EditSenderIdentityRequest 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_NAME
- See Also:
-
SERIALIZED_NAME_NOTIFICATION_SETTINGS
- See Also:
-
SERIALIZED_NAME_REDIRECT_URL
- See Also:
-
SERIALIZED_NAME_META_DATA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
EditSenderIdentityRequest
public EditSenderIdentityRequest()
-
-
Method Details
-
name
-
getName
-
setName
-
notificationSettings
-
getNotificationSettings
Get notificationSettings- Returns:
- notificationSettings
-
setNotificationSettings
-
redirectUrl
-
getRedirectUrl
-
setRedirectUrl
-
metaData
-
putMetaDataItem
-
getMetaData
-
setMetaData
-
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 EditSenderIdentityRequest
-
fromJson
Create an instance of EditSenderIdentityRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EditSenderIdentityRequest
- Throws:
IOException- if the JSON string is invalid with respect to EditSenderIdentityRequest
-
toJson
Convert an instance of EditSenderIdentityRequest to an JSON string- Returns:
- JSON string
-