public class BusinessFlow extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessFlow.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
customData |
protected String |
deDuplicationId |
protected String |
description |
protected String |
displayName |
protected GovernancePolicy |
policy |
protected String |
policyTemplateId |
protected String |
recordVersion |
protected String |
schemaId |
protected BusinessFlowSettings |
settings |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
BusinessFlow() |
| Modifier and Type | Method and Description |
|---|---|
static BusinessFlow.Builder |
builderBusinessFlow()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCustomData() |
Optional<String> |
getDeDuplicationId() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<GovernancePolicy> |
getPolicy() |
Optional<String> |
getPolicyTemplateId() |
Optional<String> |
getRecordVersion() |
Optional<String> |
getSchemaId() |
Optional<BusinessFlowSettings> |
getSettings() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
BusinessFlow |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
BusinessFlow |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
recordDecisions(String reviewResult,
String justification) |
String |
toString() |
BusinessFlow |
withCustomData(String customData) |
BusinessFlow |
withDeDuplicationId(String deDuplicationId) |
BusinessFlow |
withDescription(String description) |
BusinessFlow |
withDisplayName(String displayName) |
BusinessFlow |
withPolicy(GovernancePolicy policy) |
BusinessFlow |
withPolicyTemplateId(String policyTemplateId) |
BusinessFlow |
withRecordVersion(String recordVersion) |
BusinessFlow |
withSchemaId(String schemaId) |
BusinessFlow |
withSettings(BusinessFlowSettings settings) |
protected String displayName
protected String description
protected String deDuplicationId
protected String schemaId
protected String customData
protected String recordVersion
protected GovernancePolicy policy
protected String policyTemplateId
protected BusinessFlowSettings settings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static BusinessFlow.Builder builderBusinessFlow()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic BusinessFlow withDisplayName(String displayName)
public BusinessFlow withDescription(String description)
public BusinessFlow withDeDuplicationId(String deDuplicationId)
public BusinessFlow withSchemaId(String schemaId)
public BusinessFlow withCustomData(String customData)
public BusinessFlow withRecordVersion(String recordVersion)
public Optional<GovernancePolicy> getPolicy()
public BusinessFlow withPolicy(GovernancePolicy policy)
public BusinessFlow withPolicyTemplateId(String policyTemplateId)
public Optional<BusinessFlowSettings> getSettings()
public BusinessFlow withSettings(BusinessFlowSettings settings)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic BusinessFlow patch()
this with changed fields reset.public BusinessFlow put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn recordDecisions(String reviewResult, String justification)
Copyright © 2018–2020. All rights reserved.