| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<AppElementInfo> |
AppElementsCollection.appElementInfoCollection |
protected List<AppElementInfo> |
AppModuleSaveResponse.appElements |
| Modifier and Type | Method and Description |
|---|---|
AppElementInfo |
AppElementInfo.Builder.build() |
AppElementInfo |
AppElementInfo.withAppElementType(String appElementType) |
AppElementInfo |
AppElementInfo.withObjectId(String objectId) |
AppElementInfo |
AppElementInfo.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AppElementInfo> |
AppElementsCollection.getAppElementInfoCollection() |
com.github.davidmoten.odata.client.CollectionPage<AppElementInfo> |
AppElementsCollection.getAppElementInfoCollection(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<AppElementInfo> |
AppModuleSaveResponse.getAppElements() |
com.github.davidmoten.odata.client.CollectionPage<AppElementInfo> |
AppModuleSaveResponse.getAppElements(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AppElementsCollection.Builder |
AppElementsCollection.Builder.appElementInfoCollection(AppElementInfo... appElementInfoCollection) |
AppModuleSaveResponse.Builder |
AppModuleSaveResponse.Builder.appElements(AppElementInfo... appElements) |
| Modifier and Type | Method and Description |
|---|---|
AppElementsCollection.Builder |
AppElementsCollection.Builder.appElementInfoCollection(List<AppElementInfo> appElementInfoCollection) |
AppModuleSaveResponse.Builder |
AppModuleSaveResponse.Builder.appElements(List<AppElementInfo> appElements) |
Copyright © 2018–2020. All rights reserved.