Class EditableDateFieldSettings
java.lang.Object
com.boldsign.model.EditableDateFieldSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class EditableDateFieldSettings
extends Object
EditableDateFieldSettings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanstatic EditableDateFieldSettingsCreate an instance of EditableDateFieldSettings given an JSON stringGet dateFormatGet maxDateGet minDateinthashCode()maxDate(OffsetDateTime maxDate) minDate(OffsetDateTime minDate) voidsetDateFormat(String dateFormat) voidsetMaxDate(OffsetDateTime maxDate) voidsetMinDate(OffsetDateTime minDate) toJson()Convert an instance of EditableDateFieldSettings 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_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_MIN_DATE
- See Also:
-
SERIALIZED_NAME_MAX_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
EditableDateFieldSettings
public EditableDateFieldSettings()
-
-
Method Details
-
dateFormat
-
getDateFormat
-
setDateFormat
-
minDate
-
getMinDate
-
setMinDate
-
maxDate
-
getMaxDate
-
setMaxDate
-
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 EditableDateFieldSettings
-
fromJson
Create an instance of EditableDateFieldSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EditableDateFieldSettings
- Throws:
IOException- if the JSON string is invalid with respect to EditableDateFieldSettings
-
toJson
Convert an instance of EditableDateFieldSettings to an JSON string- Returns:
- JSON string
-