Package Avalara.SDK.model.EInvoicing.V1
Class WorkflowIds
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.WorkflowIds
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class WorkflowIds extends Object
Workflow ID list
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowIds.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description WorkflowIds()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowIdsdescription(String description)booleanequals(Object o)static WorkflowIdsfromJson(String jsonString)Create an instance of WorkflowIds given an JSON stringStringgetDescription()Workflow descriptionStringgetName()The name of this workflowinthashCode()WorkflowIdsname(String name)voidsetDescription(String description)voidsetName(String name)StringtoJson()Convert an instance of WorkflowIds 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_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public WorkflowIds name(String name)
-
setName
public void setName(String name)
-
description
public WorkflowIds description(String description)
-
setDescription
public void setDescription(String description)
-
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 WorkflowIds
-
fromJson
public static WorkflowIds fromJson(String jsonString) throws IOException
Create an instance of WorkflowIds given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkflowIds
- Throws:
IOException- if the JSON string is invalid with respect to WorkflowIds
-
toJson
public String toJson()
Convert an instance of WorkflowIds to an JSON string- Returns:
- JSON string
-
-