public class AppSettingDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppSettingDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
category |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
dataType |
protected String |
description |
protected String |
displayName |
protected String |
helpUrl |
protected String |
name |
protected String |
odataType |
protected String |
solutionUniqueName |
protected Integer |
state |
protected Integer |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AppSettingDetail() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String name
protected String value
protected Integer dataType
protected String displayName
protected String description
protected String solutionUniqueName
protected String helpUrl
protected Integer category
protected Integer type
protected Integer state
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AppSettingDetail withName(String name)
public AppSettingDetail withValue(String value)
public AppSettingDetail withDataType(Integer dataType)
public AppSettingDetail withDisplayName(String displayName)
public AppSettingDetail withDescription(String description)
public AppSettingDetail withSolutionUniqueName(String solutionUniqueName)
public AppSettingDetail withHelpUrl(String helpUrl)
public AppSettingDetail withCategory(Integer category)
public AppSettingDetail withType(Integer type)
public AppSettingDetail withState(Integer state)
public AppSettingDetail withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AppSettingDetail.Builder builder()
Copyright © 2018–2021. All rights reserved.