Uses of Class
microsoft.dynamics.crm.entity.Attribute
-
Packages that use Attribute Package Description microsoft.dynamics.crm.entity -
-
Uses of Attribute in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Attribute Modifier and Type Method Description AttributeAttribute.Builder. build()AttributeAttribute. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttributeAttribute. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttributeAttribute. withAttributeid(UUID attributeid)AttributeAttribute. withComponentstate(Integer componentstate)AttributeAttribute. withExternalname(String externalname)AttributeAttribute. withLogicalname(String logicalname)AttributeAttribute. withManagedpropertylogicalname(String managedpropertylogicalname)AttributeAttribute. withManagedpropertyparentattributename(String managedpropertyparentattributename)AttributeAttribute. withName(String name)AttributeAttribute. withOverwritetime(OffsetDateTime overwritetime)AttributeAttribute. withPhysicalname(String physicalname)AttributeAttribute. withSolutionid(UUID solutionid)AttributeAttribute. withTablecolumnname(String tablecolumnname)AttributeAttribute. withUnmappedField(String name, Object value)
-