public class Bulkdeleteoperation extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Bulkdeleteoperation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_asyncoperationid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owninguser_value |
protected String |
bulkdeleteoperationid |
protected OffsetDateTime |
createdon |
protected Integer |
failurecount |
protected Boolean |
isrecurring |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
nextrun |
protected String |
orderedquerysetxml |
protected Integer |
processingqeindex |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
successcount |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Bulkdeleteoperation() |
protected String _createdby_value
protected OffsetDateTime nextrun
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String _asyncoperationid_value
protected String bulkdeleteoperationid
protected Integer successcount
protected String _owninguser_value
protected String _modifiedby_value
protected Integer failurecount
protected Integer processingqeindex
protected Integer utcconversiontimezonecode
protected Integer timezoneruleversionnumber
protected String name
protected String _owningbusinessunit_value
protected Integer statecode
protected String _ownerid_value
protected Boolean isrecurring
protected Integer statuscode
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String orderedquerysetxml
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Bulkdeleteoperation.Builder builderBulkdeleteoperation()
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 Bulkdeleteoperation with_createdby_value(String _createdby_value)
public Optional<OffsetDateTime> getNextrun()
public Bulkdeleteoperation withNextrun(OffsetDateTime nextrun)
public Bulkdeleteoperation with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Bulkdeleteoperation withCreatedon(OffsetDateTime createdon)
public Bulkdeleteoperation with_asyncoperationid_value(String _asyncoperationid_value)
public Bulkdeleteoperation withBulkdeleteoperationid(String bulkdeleteoperationid)
public Bulkdeleteoperation withSuccesscount(Integer successcount)
public Bulkdeleteoperation with_owninguser_value(String _owninguser_value)
public Bulkdeleteoperation with_modifiedby_value(String _modifiedby_value)
public Bulkdeleteoperation withFailurecount(Integer failurecount)
public Bulkdeleteoperation withProcessingqeindex(Integer processingqeindex)
public Bulkdeleteoperation withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Bulkdeleteoperation withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Bulkdeleteoperation withName(String name)
public Bulkdeleteoperation with_owningbusinessunit_value(String _owningbusinessunit_value)
public Bulkdeleteoperation withStatecode(Integer statecode)
public Bulkdeleteoperation with_ownerid_value(String _ownerid_value)
public Bulkdeleteoperation withIsrecurring(Boolean isrecurring)
public Bulkdeleteoperation withStatuscode(Integer statuscode)
public Bulkdeleteoperation with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Bulkdeleteoperation withModifiedon(OffsetDateTime modifiedon)
public Bulkdeleteoperation withOrderedquerysetxml(String orderedquerysetxml)
public Bulkdeleteoperation withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BusinessunitRequest getOwningbusinessunit()
public AsyncoperationRequest getAsyncoperationid()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public BulkdeletefailureCollectionRequest getBulkDeleteOperation_BulkDeleteFailure()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Bulkdeleteoperation 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 Bulkdeleteoperation 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.