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(String _createdby_value)ConnectionConnection. with_createdonbehalfby_value(String _createdonbehalfby_value)ConnectionConnection. with_modifiedby_value(String _modifiedby_value)ConnectionConnection. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)ConnectionConnection. with_ownerid_value(String _ownerid_value)ConnectionConnection. with_owningbusinessunit_value(String _owningbusinessunit_value)ConnectionConnection. with_owningteam_value(String _owningteam_value)ConnectionConnection. with_owninguser_value(String _owninguser_value)ConnectionConnection. with_record1id_value(String _record1id_value)ConnectionConnection. with_record1roleid_value(String _record1roleid_value)ConnectionConnection. with_record2id_value(String _record2id_value)ConnectionConnection. with_record2roleid_value(String _record2roleid_value)ConnectionConnection. with_relatedconnectionid_value(String _relatedconnectionid_value)ConnectionConnection. with_transactioncurrencyid_value(String _transactioncurrencyid_value)ConnectionConnection. withConnectionid(String 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(String 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)
-