public class Callbackregistration extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Callbackregistration.Builder |
| Modifier and Type | Field and Description |
|---|---|
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 |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
callbackregistrationid |
protected OffsetDateTime |
createdon |
protected String |
entityname |
protected String |
filterexpression |
protected String |
filteringattributes |
protected Integer |
message |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
postponeuntil |
protected Integer |
runas |
protected Integer |
scope |
protected String |
url |
protected Integer |
version |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Callbackregistration() |
protected String entityname
protected String _modifiedonbehalfby_value
protected String _createdby_value
protected OffsetDateTime modifiedon
protected String _createdonbehalfby_value
protected String url
protected Integer scope
protected String _owningbusinessunit_value
protected String _modifiedby_value
protected String _ownerid_value
protected Integer runas
protected String name
protected Integer version
protected OffsetDateTime createdon
protected String filterexpression
protected String filteringattributes
protected Integer message
protected String postponeuntil
protected String _owningteam_value
protected String _owninguser_value
protected String callbackregistrationid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Callbackregistration.Builder builderCallbackregistration()
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 Callbackregistration withEntityname(String entityname)
public Callbackregistration with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Callbackregistration with_createdby_value(String _createdby_value)
public Optional<OffsetDateTime> getModifiedon()
public Callbackregistration withModifiedon(OffsetDateTime modifiedon)
public Callbackregistration with_createdonbehalfby_value(String _createdonbehalfby_value)
public Callbackregistration withUrl(String url)
public Callbackregistration withScope(Integer scope)
public Callbackregistration with_owningbusinessunit_value(String _owningbusinessunit_value)
public Callbackregistration with_modifiedby_value(String _modifiedby_value)
public Callbackregistration with_ownerid_value(String _ownerid_value)
public Callbackregistration withRunas(Integer runas)
public Callbackregistration withName(String name)
public Callbackregistration withVersion(Integer version)
public Optional<OffsetDateTime> getCreatedon()
public Callbackregistration withCreatedon(OffsetDateTime createdon)
public Callbackregistration withFilterexpression(String filterexpression)
public Callbackregistration withFilteringattributes(String filteringattributes)
public Callbackregistration withMessage(Integer message)
public Callbackregistration withPostponeuntil(String postponeuntil)
public Callbackregistration with_owningteam_value(String _owningteam_value)
public Callbackregistration with_owninguser_value(String _owninguser_value)
public Callbackregistration withCallbackregistrationid(String callbackregistrationid)
public Callbackregistration withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCallbackregistration_modifiedonbehalfby()
public SystemuserRequest getCallbackregistration_modifiedby()
public SystemuserRequest getCallbackregistration_createdonbehalfby()
public SystemuserRequest getCallbackregistration_createdby()
public BusinessunitRequest getOwningbusinessunit()
public PrincipalRequest getOwnerid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Callbackregistration 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 Callbackregistration 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–2021. All rights reserved.