Package microsoft.dynamics.crm.entity
Class Callbackregistration
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Callbackregistration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Callbackregistration extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallbackregistration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected UUIDcallbackregistrationidprotected OffsetDateTimecreatedonprotected Stringentitynameprotected Stringfilterexpressionprotected Stringfilteringattributesprotected Integermessageprotected OffsetDateTimemodifiedonprotected Stringnameprotected Stringpostponeuntilprotected Integerrunasprotected Integerscopeprotected Stringurlprotected Integerversion-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallbackregistration()
-
Method Summary
-
-
-
Field Detail
-
entityname
protected String entityname
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_createdby_value
protected UUID _createdby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
url
protected String url
-
scope
protected Integer scope
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
_ownerid_value
protected UUID _ownerid_value
-
runas
protected Integer runas
-
name
protected String name
-
version
protected Integer version
-
createdon
protected OffsetDateTime createdon
-
filterexpression
protected String filterexpression
-
filteringattributes
protected String filteringattributes
-
message
protected Integer message
-
postponeuntil
protected String postponeuntil
-
_owningteam_value
protected UUID _owningteam_value
-
_owninguser_value
protected UUID _owninguser_value
-
callbackregistrationid
protected UUID callbackregistrationid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderCallbackregistration
public static Callbackregistration.Builder builderCallbackregistration()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withEntityname
public Callbackregistration withEntityname(String entityname)
-
with_modifiedonbehalfby_value
public Callbackregistration with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_createdby_value
public Callbackregistration with_createdby_value(UUID _createdby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Callbackregistration withModifiedon(OffsetDateTime modifiedon)
-
with_createdonbehalfby_value
public Callbackregistration with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withUrl
public Callbackregistration withUrl(String url)
-
withScope
public Callbackregistration withScope(Integer scope)
-
with_owningbusinessunit_value
public Callbackregistration with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
with_modifiedby_value
public Callbackregistration with_modifiedby_value(UUID _modifiedby_value)
-
with_ownerid_value
public Callbackregistration with_ownerid_value(UUID _ownerid_value)
-
withRunas
public Callbackregistration withRunas(Integer runas)
-
withName
public Callbackregistration withName(String name)
-
withVersion
public Callbackregistration withVersion(Integer version)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Callbackregistration withCreatedon(OffsetDateTime createdon)
-
withFilterexpression
public Callbackregistration withFilterexpression(String filterexpression)
-
withFilteringattributes
public Callbackregistration withFilteringattributes(String filteringattributes)
-
withMessage
public Callbackregistration withMessage(Integer message)
-
withPostponeuntil
public Callbackregistration withPostponeuntil(String postponeuntil)
-
with_owningteam_value
public Callbackregistration with_owningteam_value(UUID _owningteam_value)
-
with_owninguser_value
public Callbackregistration with_owninguser_value(UUID _owninguser_value)
-
withCallbackregistrationid
public Callbackregistration withCallbackregistrationid(UUID callbackregistrationid)
-
withUnmappedField
public Callbackregistration withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCallbackregistration_modifiedonbehalfby
public SystemuserRequest getCallbackregistration_modifiedonbehalfby()
-
getCallbackregistration_modifiedby
public SystemuserRequest getCallbackregistration_modifiedby()
-
getCallbackregistration_createdonbehalfby
public SystemuserRequest getCallbackregistration_createdonbehalfby()
-
getCallbackregistration_createdby
public SystemuserRequest getCallbackregistration_createdby()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Callbackregistration patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Callbackregistration put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-