Uses of Class
microsoft.dynamics.crm.complex.AppElementInfo
-
Packages that use AppElementInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of AppElementInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AppElementInfo Modifier and Type Field Description protected List<AppElementInfo>AppElementsCollection. appElementInfoCollectionprotected List<AppElementInfo>AppModuleSaveResponse. appElementsMethods in microsoft.dynamics.crm.complex that return AppElementInfo Modifier and Type Method Description AppElementInfoAppElementInfo.Builder. build()AppElementInfoAppElementInfo. withAppElementType(String appElementType)AppElementInfoAppElementInfo. withObjectId(UUID objectId)AppElementInfoAppElementInfo. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppElementInfo Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type AppElementInfo Modifier and Type Method Description AppElementsCollection.BuilderAppElementsCollection.Builder. appElementInfoCollection(AppElementInfo... appElementInfoCollection)AppModuleSaveResponse.BuilderAppModuleSaveResponse.Builder. appElements(AppElementInfo... appElements)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AppElementInfo Modifier and Type Method Description AppElementsCollection.BuilderAppElementsCollection.Builder. appElementInfoCollection(List<AppElementInfo> appElementInfoCollection)AppModuleSaveResponse.BuilderAppModuleSaveResponse.Builder. appElements(List<AppElementInfo> appElements)
-