| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ArtifactIdType> |
AppEntityInfo.entityDashboards |
protected List<ArtifactIdType> |
AppEntityInfo.forms |
protected List<ArtifactIdType> |
AppEntityInfo.views |
| Modifier and Type | Method and Description |
|---|---|
ArtifactIdType |
ArtifactIdType.Builder.build() |
ArtifactIdType |
ArtifactIdType.withId(String id) |
ArtifactIdType |
ArtifactIdType.withType(Integer type) |
ArtifactIdType |
ArtifactIdType.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getEntityDashboards() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getForms() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getForms(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getViews() |
com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType> |
AppEntityInfo.getViews(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AppEntityInfo.Builder |
AppEntityInfo.Builder.entityDashboards(ArtifactIdType... entityDashboards) |
AppEntityInfo.Builder |
AppEntityInfo.Builder.forms(ArtifactIdType... forms) |
AppEntityInfo.Builder |
AppEntityInfo.Builder.views(ArtifactIdType... views) |
| Modifier and Type | Method and Description |
|---|---|
AppEntityInfo.Builder |
AppEntityInfo.Builder.entityDashboards(List<ArtifactIdType> entityDashboards) |
AppEntityInfo.Builder |
AppEntityInfo.Builder.forms(List<ArtifactIdType> forms) |
AppEntityInfo.Builder |
AppEntityInfo.Builder.views(List<ArtifactIdType> views) |
Copyright © 2018–2020. All rights reserved.