Package com.boldsign.model
Class GroupSignerSettingsWebhookModel
- java.lang.Object
-
- com.boldsign.model.GroupSignerSettingsWebhookModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GroupSignerSettingsWebhookModel extends Object
GroupSignerSettingsWebhookModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupSignerSettingsWebhookModel.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ALLOWED_DIRECTORIESstatic StringSERIALIZED_NAME_ENABLED
-
Constructor Summary
Constructors Constructor Description GroupSignerSettingsWebhookModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupSignerSettingsWebhookModeladdAllowedDirectoriesItem(String allowedDirectoriesItem)GroupSignerSettingsWebhookModelallowedDirectories(List<String> allowedDirectories)Map<String,Object>createFormData()GroupSignerSettingsWebhookModelenabled(Boolean enabled)booleanequals(Object o)static GroupSignerSettingsWebhookModelfromJson(String jsonString)Create an instance of GroupSignerSettingsWebhookModel given an JSON stringList<String>getAllowedDirectories()Get allowedDirectoriesBooleangetEnabled()Get enabledinthashCode()voidsetAllowedDirectories(List<String> allowedDirectories)voidsetEnabled(Boolean enabled)StringtoJson()Convert an instance of GroupSignerSettingsWebhookModel 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_ENABLED
public static final String SERIALIZED_NAME_ENABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOWED_DIRECTORIES
public static final String SERIALIZED_NAME_ALLOWED_DIRECTORIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public GroupSignerSettingsWebhookModel enabled(Boolean enabled)
-
setEnabled
public void setEnabled(Boolean enabled)
-
allowedDirectories
public GroupSignerSettingsWebhookModel allowedDirectories(List<String> allowedDirectories)
-
addAllowedDirectoriesItem
public GroupSignerSettingsWebhookModel addAllowedDirectoriesItem(String allowedDirectoriesItem)
-
getAllowedDirectories
@Nullable public List<String> getAllowedDirectories()
Get allowedDirectories- Returns:
- allowedDirectories
-
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 GroupSignerSettingsWebhookModel
-
fromJson
public static GroupSignerSettingsWebhookModel fromJson(String jsonString) throws IOException
Create an instance of GroupSignerSettingsWebhookModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GroupSignerSettingsWebhookModel
- Throws:
IOException- if the JSON string is invalid with respect to GroupSignerSettingsWebhookModel
-
toJson
public String toJson()
Convert an instance of GroupSignerSettingsWebhookModel to an JSON string- Returns:
- JSON string
-
-