Package microsoft.dynamics.crm.entity
Class Managedproperty
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Managedproperty
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Managedproperty extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagedproperty.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Integercomponentstateprotected Stringenablesattributenameprotected Stringenablesentitynameprotected Stringlogicalnameprotected UUIDmanagedpropertyidprotected UUIDmanagedpropertyrowidprotected OffsetDateTimeoverwritetimeprotected UUIDsolutionid-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManagedproperty()
-
Method Summary
-
-
-
Field Detail
-
managedpropertyid
protected UUID managedpropertyid
-
solutionid
protected UUID solutionid
-
managedpropertyrowid
protected UUID managedpropertyrowid
-
enablesattributename
protected String enablesattributename
-
componentstate
protected Integer componentstate
-
logicalname
protected String logicalname
-
overwritetime
protected OffsetDateTime overwritetime
-
enablesentityname
protected String enablesentityname
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderManagedproperty
public static Managedproperty.Builder builderManagedproperty()
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
-
withManagedpropertyid
public Managedproperty withManagedpropertyid(UUID managedpropertyid)
-
withSolutionid
public Managedproperty withSolutionid(UUID solutionid)
-
withManagedpropertyrowid
public Managedproperty withManagedpropertyrowid(UUID managedpropertyrowid)
-
withEnablesattributename
public Managedproperty withEnablesattributename(String enablesattributename)
-
withComponentstate
public Managedproperty withComponentstate(Integer componentstate)
-
withLogicalname
public Managedproperty withLogicalname(String logicalname)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Managedproperty withOverwritetime(OffsetDateTime overwritetime)
-
withEnablesentityname
public Managedproperty withEnablesentityname(String enablesentityname)
-
withUnmappedField
public Managedproperty withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Managedproperty 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 Managedproperty 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
-
-