public class IsPaiEnabledResponse extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IsPaiEnabledResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
arePreviewScenarioEnabled |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isdatamodelv2enabled |
protected Boolean |
ispaienabled |
protected String |
odataType |
protected Boolean |
paigastatus |
protected String |
templates |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
IsPaiEnabledResponse() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected Boolean ispaienabled
protected String templates
protected Boolean arePreviewScenarioEnabled
protected Boolean paigastatus
protected Boolean isdatamodelv2enabled
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic IsPaiEnabledResponse withIspaienabled(Boolean ispaienabled)
public IsPaiEnabledResponse withTemplates(String templates)
public IsPaiEnabledResponse withArePreviewScenarioEnabled(Boolean arePreviewScenarioEnabled)
public IsPaiEnabledResponse withPaigastatus(Boolean paigastatus)
public IsPaiEnabledResponse withIsdatamodelv2enabled(Boolean isdatamodelv2enabled)
public IsPaiEnabledResponse 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 IsPaiEnabledResponse.Builder builder()
Copyright © 2018–2020. All rights reserved.