public class Audit extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Audit.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_callinguserid_value |
protected String |
_objectid_value |
protected String |
_regardingobjectid_value |
protected String |
_userid_value |
protected Integer |
action |
protected String |
attributemask |
protected String |
auditid |
protected OffsetDateTime |
createdon |
protected String |
objecttypecode |
protected Integer |
operation |
protected String |
transactionid |
protected String |
useradditionalinfo |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Audit() |
protected String objecttypecode
protected Integer operation
protected String _regardingobjectid_value
protected String auditid
protected Integer action
protected String useradditionalinfo
protected String attributemask
protected String _userid_value
protected String _callinguserid_value
protected OffsetDateTime createdon
protected String _objectid_value
protected String transactionid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Audit.Builder builderAudit()
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 Audit with_regardingobjectid_value(String _regardingobjectid_value)
public Optional<OffsetDateTime> getCreatedon()
public Audit withCreatedon(OffsetDateTime createdon)
public Audit withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCallinguserid()
public SystemuserRequest getUserid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Audit 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 Audit 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 com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveAuditDetailsResponse> retrieveAuditDetails()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.