Package microsoft.dynamics.crm.complex
Class SolutionComponentDetails
- java.lang.Object
-
- microsoft.dynamics.crm.complex.SolutionComponentDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SolutionComponentDetails extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSolutionComponentDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Collection_String_Stringattributesprotected StringcomponentNameprotected StringcomponentTypeNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSolutionComponentDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SolutionComponentDetails.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Collection_String_String>getAttributes()Optional<String>getComponentName()Optional<String>getComponentTypeName()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SolutionComponentDetailswithAttributes(Collection_String_String attributes)SolutionComponentDetailswithComponentName(String componentName)SolutionComponentDetailswithComponentTypeName(String componentTypeName)SolutionComponentDetailswithUnmappedField(String name, Object value)
-
-
-
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
-
componentName
protected String componentName
-
attributes
protected Collection_String_String attributes
-
componentTypeName
protected String componentTypeName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withComponentName
public SolutionComponentDetails withComponentName(String componentName)
-
getAttributes
public Optional<Collection_String_String> getAttributes()
-
withAttributes
public SolutionComponentDetails withAttributes(Collection_String_String attributes)
-
withComponentTypeName
public SolutionComponentDetails withComponentTypeName(String componentTypeName)
-
withUnmappedField
public SolutionComponentDetails withUnmappedField(String name, Object 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 SolutionComponentDetails.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
-
-