Package com.boldsign.model
Class SignerAuthenticationSettings
- java.lang.Object
-
- com.boldsign.model.SignerAuthenticationSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class SignerAuthenticationSettings extends Object
SignerAuthenticationSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignerAuthenticationSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AUTHENTICATION_FREQUENCYstatic StringSERIALIZED_NAME_STATUS
-
Constructor Summary
Constructors Constructor Description SignerAuthenticationSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SignerAuthenticationSettingsauthenticationFrequency(String authenticationFrequency)Map<String,Object>createFormData()booleanequals(Object o)static SignerAuthenticationSettingsfromJson(String jsonString)Create an instance of SignerAuthenticationSettings given an JSON stringStringgetAuthenticationFrequency()Get authenticationFrequencyStringgetStatus()Get statusinthashCode()voidsetAuthenticationFrequency(String authenticationFrequency)voidsetStatus(String status)SignerAuthenticationSettingsstatus(String status)StringtoJson()Convert an instance of SignerAuthenticationSettings to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTHENTICATION_FREQUENCY
public static final String SERIALIZED_NAME_AUTHENTICATION_FREQUENCY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
authenticationFrequency
public SignerAuthenticationSettings authenticationFrequency(String authenticationFrequency)
-
getAuthenticationFrequency
@Nullable public String getAuthenticationFrequency()
Get authenticationFrequency- Returns:
- authenticationFrequency
-
setAuthenticationFrequency
public void setAuthenticationFrequency(String authenticationFrequency)
-
status
public SignerAuthenticationSettings status(String status)
-
setStatus
public void setStatus(String status)
-
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 SignerAuthenticationSettings
-
fromJson
public static SignerAuthenticationSettings fromJson(String jsonString) throws IOException
Create an instance of SignerAuthenticationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SignerAuthenticationSettings
- Throws:
IOException- if the JSON string is invalid with respect to SignerAuthenticationSettings
-
toJson
public String toJson()
Convert an instance of SignerAuthenticationSettings to an JSON string- Returns:
- JSON string
-
-