public class Solution extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Solution.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
friendlyName |
protected String |
id |
protected String |
odataType |
protected String |
publisherId |
protected String |
publisherIdName |
protected String |
publisherUniqueName |
protected String |
solutionUniqueName |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
versionNumber |
| Modifier | Constructor and Description |
|---|---|
protected |
Solution() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String id
protected String versionNumber
protected String solutionUniqueName
protected String friendlyName
protected String publisherId
protected String publisherIdName
protected String publisherUniqueName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic 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 Solution.Builder builder()
Copyright © 2018–2021. All rights reserved.