public class Msdyn_CheckForCustomizedWebResourcesResponse extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_CheckForCustomizedWebResourcesResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
message |
protected String |
odataType |
protected String |
resultEntities |
protected Integer |
returnLevel |
protected Integer |
returnSeverity |
protected Integer |
returnStatus |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_CheckForCustomizedWebResourcesResponse() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String message
protected String resultEntities
protected Integer returnStatus
protected Integer returnSeverity
protected Integer returnLevel
protected Msdyn_CheckForCustomizedWebResourcesResponse()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Msdyn_CheckForCustomizedWebResourcesResponse withMessage(String message)
public Msdyn_CheckForCustomizedWebResourcesResponse withResultEntities(String resultEntities)
public Msdyn_CheckForCustomizedWebResourcesResponse withReturnStatus(Integer returnStatus)
public Msdyn_CheckForCustomizedWebResourcesResponse withReturnSeverity(Integer returnSeverity)
public Msdyn_CheckForCustomizedWebResourcesResponse withReturnLevel(Integer returnLevel)
public Msdyn_CheckForCustomizedWebResourcesResponse 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 Msdyn_CheckForCustomizedWebResourcesResponse.Builder builder()
Copyright © 2018–2021. All rights reserved.