Package microsoft.dynamics.crm.complex
Class ComponentDetail
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ComponentDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ComponentDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComponentDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayNameprotected UUIDidprotected StringodataTypeprotected StringparentDisplayNameprotected UUIDparentIdprotected StringparentSchemaNameprotected StringschemaNameprotected Stringsolutionprotected Integertypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedComponentDetail()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
type
protected Integer type
-
schemaName
protected String schemaName
-
displayName
protected String displayName
-
id
protected UUID id
-
parentSchemaName
protected String parentSchemaName
-
parentDisplayName
protected String parentDisplayName
-
parentId
protected UUID parentId
-
solution
protected String solution
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withType
public ComponentDetail withType(Integer type)
-
withSchemaName
public ComponentDetail withSchemaName(String schemaName)
-
withDisplayName
public ComponentDetail withDisplayName(String displayName)
-
withId
public ComponentDetail withId(UUID id)
-
withParentSchemaName
public ComponentDetail withParentSchemaName(String parentSchemaName)
-
withParentDisplayName
public ComponentDetail withParentDisplayName(String parentDisplayName)
-
withParentId
public ComponentDetail withParentId(UUID parentId)
-
withSolution
public ComponentDetail withSolution(String solution)
-
withUnmappedField
public ComponentDetail withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ComponentDetail.Builder builder()
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
-
-