Package microsoft.dynamics.crm.complex
Class AppSettingDetail
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppSettingDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppSettingDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppSettingDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Integercategoryprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerdataTypeprotected Stringdescriptionprotected StringdisplayNameprotected StringhelpUrlprotected Stringnameprotected StringodataTypeprotected StringsolutionUniqueNameprotected Integerstateprotected Integertypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Stringvalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppSettingDetail()
-
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
-
name
protected String name
-
value
protected String value
-
dataType
protected Integer dataType
-
displayName
protected String displayName
-
description
protected String description
-
solutionUniqueName
protected String solutionUniqueName
-
helpUrl
protected String helpUrl
-
category
protected Integer category
-
type
protected Integer type
-
state
protected Integer state
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withName
public AppSettingDetail withName(String name)
-
withValue
public AppSettingDetail withValue(String value)
-
withDataType
public AppSettingDetail withDataType(Integer dataType)
-
withDisplayName
public AppSettingDetail withDisplayName(String displayName)
-
withDescription
public AppSettingDetail withDescription(String description)
-
withSolutionUniqueName
public AppSettingDetail withSolutionUniqueName(String solutionUniqueName)
-
withHelpUrl
public AppSettingDetail withHelpUrl(String helpUrl)
-
withCategory
public AppSettingDetail withCategory(Integer category)
-
withType
public AppSettingDetail withType(Integer type)
-
withState
public AppSettingDetail withState(Integer state)
-
withUnmappedField
public AppSettingDetail 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 AppSettingDetail.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
-
-