public class Workflowbinary extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Workflowbinary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_flowsessionid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
_process_value |
protected OffsetDateTime |
createdon |
protected byte[] |
data |
protected String |
data_name |
protected Integer |
importsequencenumber |
protected String |
metadata |
protected String |
mimetype |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected String |
referencename |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected String |
type |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
protected String |
workflowbinaryid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Workflowbinary() |
protected String _modifiedby_value
protected byte[] data
protected String metadata
protected OffsetDateTime overriddencreatedon
protected OffsetDateTime createdon
protected String _owningbusinessunit_value
protected String _createdonbehalfby_value
protected String _modifiedonbehalfby_value
protected Integer statuscode
protected Integer statecode
protected Integer timezoneruleversionnumber
protected Integer utcconversiontimezonecode
protected String _process_value
protected Integer importsequencenumber
protected String type
protected String mimetype
protected String _owninguser_value
protected String _createdby_value
protected String _owningteam_value
protected OffsetDateTime modifiedon
protected String _ownerid_value
protected String _flowsessionid_value
protected String workflowbinaryid
protected String referencename
protected String name
protected Long versionnumber
protected String data_name
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Workflowbinary.Builder builderWorkflowbinary()
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 Workflowbinary with_modifiedby_value(String _modifiedby_value)
public Optional<byte[]> getData()
public Workflowbinary withData(byte[] data)
public Workflowbinary withMetadata(String metadata)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Workflowbinary withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Optional<OffsetDateTime> getCreatedon()
public Workflowbinary withCreatedon(OffsetDateTime createdon)
public Workflowbinary with_owningbusinessunit_value(String _owningbusinessunit_value)
public Workflowbinary with_createdonbehalfby_value(String _createdonbehalfby_value)
public Workflowbinary with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Workflowbinary withStatuscode(Integer statuscode)
public Workflowbinary withStatecode(Integer statecode)
public Workflowbinary withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Workflowbinary withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Workflowbinary with_process_value(String _process_value)
public Workflowbinary withImportsequencenumber(Integer importsequencenumber)
public Workflowbinary withType(String type)
public Workflowbinary withMimetype(String mimetype)
public Workflowbinary with_owninguser_value(String _owninguser_value)
public Workflowbinary with_createdby_value(String _createdby_value)
public Workflowbinary with_owningteam_value(String _owningteam_value)
public Optional<OffsetDateTime> getModifiedon()
public Workflowbinary withModifiedon(OffsetDateTime modifiedon)
public Workflowbinary with_ownerid_value(String _ownerid_value)
public Workflowbinary with_flowsessionid_value(String _flowsessionid_value)
public Workflowbinary withWorkflowbinaryid(String workflowbinaryid)
public Workflowbinary withReferencename(String referencename)
public Workflowbinary withName(String name)
public Workflowbinary withVersionnumber(Long versionnumber)
public Workflowbinary withData_name(String data_name)
public Workflowbinary 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 getWorkflowbinary_SyncErrors()
public AsyncoperationCollectionRequest getWorkflowbinary_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getWorkflowbinary_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getWorkflowbinary_ProcessSession()
public BulkdeletefailureCollectionRequest getWorkflowbinary_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getWorkflowbinary_PrincipalObjectAttributeAccesses()
public FileattachmentCollectionRequest getWorkflowbinary_FileAttachments()
public FlowsessionRequest getFlowSessionId()
public WorkflowRequest getProcess()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Workflowbinary 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 Workflowbinary 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.