Package com.boldsign.model
Class EmbeddedDocumentEditJsonRequest
- java.lang.Object
-
- com.boldsign.model.EmbeddedDocumentEditJsonRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class EmbeddedDocumentEditJsonRequest extends Object
EmbeddedDocumentEditJsonRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedDocumentEditJsonRequest.CustomTypeAdapterFactorystatic classEmbeddedDocumentEditJsonRequest.LocaleEnumGets or Sets localestatic classEmbeddedDocumentEditJsonRequest.SendViewOptionEnumGets or Sets sendViewOption
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_LINK_VALID_TILLstatic StringSERIALIZED_NAME_LOCALEstatic StringSERIALIZED_NAME_ON_BEHALF_OFstatic StringSERIALIZED_NAME_REDIRECT_URLstatic StringSERIALIZED_NAME_SEND_VIEW_OPTIONstatic StringSERIALIZED_NAME_SHOW_NAVIGATION_BUTTONSstatic StringSERIALIZED_NAME_SHOW_PREVIEW_BUTTONstatic StringSERIALIZED_NAME_SHOW_SEND_BUTTONstatic StringSERIALIZED_NAME_SHOW_TOOLBAR
-
Constructor Summary
Constructors Constructor Description EmbeddedDocumentEditJsonRequest()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_REDIRECT_URL
public static final String SERIALIZED_NAME_REDIRECT_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_TOOLBAR
public static final String SERIALIZED_NAME_SHOW_TOOLBAR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SEND_VIEW_OPTION
public static final String SERIALIZED_NAME_SEND_VIEW_OPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCALE
public static final String SERIALIZED_NAME_LOCALE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_SEND_BUTTON
public static final String SERIALIZED_NAME_SHOW_SEND_BUTTON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_PREVIEW_BUTTON
public static final String SERIALIZED_NAME_SHOW_PREVIEW_BUTTON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHOW_NAVIGATION_BUTTONS
public static final String SERIALIZED_NAME_SHOW_NAVIGATION_BUTTONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINK_VALID_TILL
public static final String SERIALIZED_NAME_LINK_VALID_TILL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ON_BEHALF_OF
public static final String SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
- Constant Field Values
-
-
Method Detail
-
redirectUrl
public EmbeddedDocumentEditJsonRequest redirectUrl(URI redirectUrl)
-
setRedirectUrl
public void setRedirectUrl(URI redirectUrl)
-
showToolbar
public EmbeddedDocumentEditJsonRequest showToolbar(Boolean showToolbar)
-
setShowToolbar
public void setShowToolbar(Boolean showToolbar)
-
sendViewOption
public EmbeddedDocumentEditJsonRequest sendViewOption(EmbeddedDocumentEditJsonRequest.SendViewOptionEnum sendViewOption)
-
getSendViewOption
@Nullable public EmbeddedDocumentEditJsonRequest.SendViewOptionEnum getSendViewOption()
Get sendViewOption- Returns:
- sendViewOption
-
setSendViewOption
public void setSendViewOption(EmbeddedDocumentEditJsonRequest.SendViewOptionEnum sendViewOption)
-
locale
public EmbeddedDocumentEditJsonRequest locale(EmbeddedDocumentEditJsonRequest.LocaleEnum locale)
-
getLocale
@Nullable public EmbeddedDocumentEditJsonRequest.LocaleEnum getLocale()
Get locale- Returns:
- locale
-
setLocale
public void setLocale(EmbeddedDocumentEditJsonRequest.LocaleEnum locale)
-
showSendButton
public EmbeddedDocumentEditJsonRequest showSendButton(Boolean showSendButton)
-
getShowSendButton
@Nullable public Boolean getShowSendButton()
Get showSendButton- Returns:
- showSendButton
-
setShowSendButton
public void setShowSendButton(Boolean showSendButton)
-
showPreviewButton
public EmbeddedDocumentEditJsonRequest showPreviewButton(Boolean showPreviewButton)
-
getShowPreviewButton
@Nullable public Boolean getShowPreviewButton()
Get showPreviewButton- Returns:
- showPreviewButton
-
setShowPreviewButton
public void setShowPreviewButton(Boolean showPreviewButton)
-
showNavigationButtons
public EmbeddedDocumentEditJsonRequest showNavigationButtons(Boolean showNavigationButtons)
-
getShowNavigationButtons
@Nullable public Boolean getShowNavigationButtons()
Get showNavigationButtons- Returns:
- showNavigationButtons
-
setShowNavigationButtons
public void setShowNavigationButtons(Boolean showNavigationButtons)
-
linkValidTill
public EmbeddedDocumentEditJsonRequest linkValidTill(OffsetDateTime linkValidTill)
-
getLinkValidTill
@Nullable public OffsetDateTime getLinkValidTill()
Get linkValidTill- Returns:
- linkValidTill
-
setLinkValidTill
public void setLinkValidTill(OffsetDateTime linkValidTill)
-
onBehalfOf
public EmbeddedDocumentEditJsonRequest onBehalfOf(String onBehalfOf)
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
-
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 EmbeddedDocumentEditJsonRequest
-
fromJson
public static EmbeddedDocumentEditJsonRequest fromJson(String jsonString) throws IOException
Create an instance of EmbeddedDocumentEditJsonRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EmbeddedDocumentEditJsonRequest
- Throws:
IOException- if the JSON string is invalid with respect to EmbeddedDocumentEditJsonRequest
-
toJson
public String toJson()
Convert an instance of EmbeddedDocumentEditJsonRequest to an JSON string- Returns:
- JSON string
-
-