Package com.boldsign.model
Class GroupSignerSettings
- java.lang.Object
-
- com.boldsign.model.GroupSignerSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GroupSignerSettings extends Object
GroupSignerSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupSignerSettings.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 GroupSignerSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupSignerSettingsaddAllowedDirectoriesItem(String allowedDirectoriesItem)GroupSignerSettingsallowedDirectories(List<String> allowedDirectories)Map<String,Object>createFormData()GroupSignerSettingsenabled(Boolean enabled)booleanequals(Object o)static GroupSignerSettingsfromJson(String jsonString)Create an instance of GroupSignerSettings given an JSON stringList<String>getAllowedDirectories()Get allowedDirectoriesBooleangetEnabled()Get enabledinthashCode()voidsetAllowedDirectories(List<String> allowedDirectories)voidsetEnabled(Boolean enabled)StringtoJson()Convert an instance of GroupSignerSettings 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 GroupSignerSettings enabled(Boolean enabled)
-
setEnabled
public void setEnabled(Boolean enabled)
-
allowedDirectories
public GroupSignerSettings allowedDirectories(List<String> allowedDirectories)
-
addAllowedDirectoriesItem
public GroupSignerSettings 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 GroupSignerSettings
-
fromJson
public static GroupSignerSettings fromJson(String jsonString) throws IOException
Create an instance of GroupSignerSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GroupSignerSettings
- Throws:
IOException- if the JSON string is invalid with respect to GroupSignerSettings
-
toJson
public String toJson()
Convert an instance of GroupSignerSettings to an JSON string- Returns:
- JSON string
-
-