public class AppEntityInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppEntityInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
chartIds |
protected String |
chartIdsNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<ArtifactIdType> |
entityDashboards |
protected String |
entityDashboardsNextLink |
protected String |
entityId |
protected List<ArtifactIdType> |
forms |
protected String |
formsNextLink |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected List<ArtifactIdType> |
views |
protected String |
viewsNextLink |
| Modifier | Constructor and Description |
|---|---|
protected |
AppEntityInfo() |
| Modifier and Type | Method and Description |
|---|---|
static AppEntityInfo.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getChartIds() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getChartIds(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getEntityDashboards() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getEntityId() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getForms() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getForms(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getViews() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
getViews(com.github.davidmoten.odata.client.HttpRequestOptions options) |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppEntityInfo |
withEntityId(String entityId) |
AppEntityInfo |
withUnmappedField(String name,
String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String entityId
protected String chartIdsNextLink
protected List<ArtifactIdType> forms
protected String formsNextLink
protected List<ArtifactIdType> views
protected String viewsNextLink
protected List<ArtifactIdType> entityDashboards
protected String entityDashboardsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AppEntityInfo withEntityId(String entityId)
public com.github.davidmoten.odata.client.CollectionPage<String> getChartIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getChartIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getForms()
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getForms(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getViews()
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getViews(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getEntityDashboards()
public com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options)
public AppEntityInfo 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 AppEntityInfo.Builder builder()
Copyright © 2018–2021. All rights reserved.