public class Flowsession extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Flowsession.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Flowsession() |
protected String gateway
protected byte[] outputs
protected OffsetDateTime createdon
protected Integer statecode
protected String outputs_name
protected String _owninguser_value
protected OffsetDateTime overriddencreatedon
protected Integer utcconversiontimezonecode
protected Integer importsequencenumber
protected Integer timezoneruleversionnumber
protected String processversion
protected String correlationid
protected String _owningteam_value
protected String _createdby_value
protected String additionalcontext_name
protected String _modifiedonbehalfby_value
protected String _owningbusinessunit_value
protected OffsetDateTime modifiedon
protected Long versionnumber
protected Integer statuscode
protected byte[] additionalcontext
protected String errormessage
protected String _createdonbehalfby_value
protected String _modifiedby_value
protected String _ownerid_value
protected String _regardingobjectid_value
protected String context
protected OffsetDateTime completedon
protected OffsetDateTime startedon
protected String flowsessionid
protected String errorcode
protected String name
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Flowsession.Builder builderFlowsession()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Flowsession withGateway(String gateway)
public Optional<byte[]> getOutputs()
public Flowsession withOutputs(byte[] outputs)
public Optional<OffsetDateTime> getCreatedon()
public Flowsession withCreatedon(OffsetDateTime createdon)
public Flowsession withStatecode(Integer statecode)
public Flowsession withOutputs_name(String outputs_name)
public Flowsession with_owninguser_value(String _owninguser_value)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Flowsession withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Flowsession withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Flowsession withImportsequencenumber(Integer importsequencenumber)
public Flowsession withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Flowsession withProcessversion(String processversion)
public Flowsession withCorrelationid(String correlationid)
public Flowsession with_owningteam_value(String _owningteam_value)
public Flowsession with_createdby_value(String _createdby_value)
public Flowsession withAdditionalcontext_name(String additionalcontext_name)
public Flowsession with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Flowsession with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getModifiedon()
public Flowsession withModifiedon(OffsetDateTime modifiedon)
public Flowsession withVersionnumber(Long versionnumber)
public Flowsession withStatuscode(Integer statuscode)
public Optional<byte[]> getAdditionalcontext()
public Flowsession withAdditionalcontext(byte[] additionalcontext)
public Flowsession withErrormessage(String errormessage)
public Flowsession with_createdonbehalfby_value(String _createdonbehalfby_value)
public Flowsession with_modifiedby_value(String _modifiedby_value)
public Flowsession with_ownerid_value(String _ownerid_value)
public Flowsession with_regardingobjectid_value(String _regardingobjectid_value)
public Flowsession withContext(String context)
public Optional<OffsetDateTime> getCompletedon()
public Flowsession withCompletedon(OffsetDateTime completedon)
public Optional<OffsetDateTime> getStartedon()
public Flowsession withStartedon(OffsetDateTime startedon)
public Flowsession withFlowsessionid(String flowsessionid)
public Flowsession withErrorcode(String errorcode)
public Flowsession withName(String name)
public Flowsession withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getFlowsession_SyncErrors()
public AsyncoperationCollectionRequest getFlowsession_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getFlowsession_MailboxTrackingFolders()
public BulkdeletefailureCollectionRequest getFlowsession_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getFlowsession_PrincipalObjectAttributeAccesses()
public FileattachmentCollectionRequest getFlowsession_FileAttachments()
public WorkflowbinaryCollectionRequest getFlowsession_workflowbinary_FlowSessionId()
public WorkflowRequest getRegardingobjectid_process()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Flowsession patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Flowsession put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.