Uses of Class
microsoft.dynamics.crm.entity.Callbackregistration
-
Packages that use Callbackregistration Package Description microsoft.dynamics.crm.entity -
-
Uses of Callbackregistration in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Callbackregistration Modifier and Type Method Description CallbackregistrationCallbackregistration.Builder. build()CallbackregistrationCallbackregistration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CallbackregistrationCallbackregistration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CallbackregistrationCallbackregistration. with_createdby_value(UUID _createdby_value)CallbackregistrationCallbackregistration. with_createdonbehalfby_value(UUID _createdonbehalfby_value)CallbackregistrationCallbackregistration. with_modifiedby_value(UUID _modifiedby_value)CallbackregistrationCallbackregistration. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)CallbackregistrationCallbackregistration. with_ownerid_value(UUID _ownerid_value)CallbackregistrationCallbackregistration. with_owningbusinessunit_value(UUID _owningbusinessunit_value)CallbackregistrationCallbackregistration. with_owningteam_value(UUID _owningteam_value)CallbackregistrationCallbackregistration. with_owninguser_value(UUID _owninguser_value)CallbackregistrationCallbackregistration. withCallbackregistrationid(UUID callbackregistrationid)CallbackregistrationCallbackregistration. withCreatedon(OffsetDateTime createdon)CallbackregistrationCallbackregistration. withEntityname(String entityname)CallbackregistrationCallbackregistration. withFilterexpression(String filterexpression)CallbackregistrationCallbackregistration. withFilteringattributes(String filteringattributes)CallbackregistrationCallbackregistration. withMessage(Integer message)CallbackregistrationCallbackregistration. withModifiedon(OffsetDateTime modifiedon)CallbackregistrationCallbackregistration. withName(String name)CallbackregistrationCallbackregistration. withPostponeuntil(String postponeuntil)CallbackregistrationCallbackregistration. withRunas(Integer runas)CallbackregistrationCallbackregistration. withScope(Integer scope)CallbackregistrationCallbackregistration. withUnmappedField(String name, String value)CallbackregistrationCallbackregistration. withUrl(String url)CallbackregistrationCallbackregistration. withVersion(Integer version)
-