Class PreferenceSetRequest.Workflows
-
- All Implemented Interfaces:
public final class PreferenceSetRequest.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 classPreferenceSetRequest.Workflows.BuilderA builder for Workflows.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final PreferenceSetRequest.Workflows.BuildertoBuilder()final PreferenceSetRequest.Workflowsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PreferenceSetRequest.Workflows.Builderbuilder()Returns a mutable builder for constructing an instance of Workflows. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PreferenceSetRequest.Workflows.Builder toBuilder()
-
validate
final PreferenceSetRequest.Workflows validate()
-
builder
final static PreferenceSetRequest.Workflows.Builder builder()
Returns a mutable builder for constructing an instance of Workflows.
-
-
-
-