Class PreferenceSet.Workflows
-
- All Implemented Interfaces:
public final class PreferenceSet.WorkflowsAn object where the key is the workflow key and the values are the preference settings for that workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPreferenceSet.Workflows.BuilderA builder for Workflows.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final PreferenceSet.Workflows.BuildertoBuilder()final PreferenceSet.Workflowsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PreferenceSet.Workflows.Builderbuilder()Returns a mutable builder for constructing an instance of Workflows. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PreferenceSet.Workflows.Builder toBuilder()
-
validate
final PreferenceSet.Workflows validate()
-
builder
final static PreferenceSet.Workflows.Builder builder()
Returns a mutable builder for constructing an instance of Workflows.
-
-
-
-