Uses of Class
microsoft.dynamics.crm.entity.Connection
-
Packages that use Connection Package Description microsoft.dynamics.crm.entity -
-
Uses of Connection in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Connection Modifier and Type Method Description ConnectionConnection.Builder. build()ConnectionConnection. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConnectionConnection. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConnectionConnection. with_createdby_value(UUID _createdby_value)ConnectionConnection. with_createdonbehalfby_value(UUID _createdonbehalfby_value)ConnectionConnection. with_modifiedby_value(UUID _modifiedby_value)ConnectionConnection. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)ConnectionConnection. with_ownerid_value(UUID _ownerid_value)ConnectionConnection. with_owningbusinessunit_value(UUID _owningbusinessunit_value)ConnectionConnection. with_owningteam_value(UUID _owningteam_value)ConnectionConnection. with_owninguser_value(UUID _owninguser_value)ConnectionConnection. with_record1id_value(UUID _record1id_value)ConnectionConnection. with_record1roleid_value(UUID _record1roleid_value)ConnectionConnection. with_record2id_value(UUID _record2id_value)ConnectionConnection. with_record2roleid_value(UUID _record2roleid_value)ConnectionConnection. with_relatedconnectionid_value(UUID _relatedconnectionid_value)ConnectionConnection. with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)ConnectionConnection. withConnectionid(UUID connectionid)ConnectionConnection. withCreatedon(OffsetDateTime createdon)ConnectionConnection. withDescription(String description)ConnectionConnection. withEffectiveend(OffsetDateTime effectiveend)ConnectionConnection. withEffectivestart(OffsetDateTime effectivestart)ConnectionConnection. withEntityimage(byte[] entityimage)ConnectionConnection. withEntityimage_timestamp(Long entityimage_timestamp)ConnectionConnection. withEntityimage_url(String entityimage_url)ConnectionConnection. withEntityimageid(UUID entityimageid)ConnectionConnection. withExchangerate(BigDecimal exchangerate)ConnectionConnection. withImportsequencenumber(Integer importsequencenumber)ConnectionConnection. withIsmaster(Boolean ismaster)ConnectionConnection. withModifiedon(OffsetDateTime modifiedon)ConnectionConnection. withName(String name)ConnectionConnection. withOverriddencreatedon(OffsetDateTime overriddencreatedon)ConnectionConnection. withRecord1objecttypecode(Integer record1objecttypecode)ConnectionConnection. withRecord2objecttypecode(Integer record2objecttypecode)ConnectionConnection. withStatecode(Integer statecode)ConnectionConnection. withStatuscode(Integer statuscode)ConnectionConnection. withUnmappedField(String name, String value)ConnectionConnection. withVersionnumber(Long versionnumber)
-