Uses of Class
microsoft.dynamics.crm.complex.AppEntityInfo
-
Packages that use AppEntityInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of AppEntityInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AppEntityInfo Modifier and Type Field Description protected List<AppEntityInfo>AppContext. appEntityInfoMethods in microsoft.dynamics.crm.complex that return AppEntityInfo Modifier and Type Method Description AppEntityInfoAppEntityInfo.Builder. build()AppEntityInfoAppEntityInfo. withEntityId(String entityId)AppEntityInfoAppEntityInfo. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppEntityInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppEntityInfo>AppContext. getAppEntityInfo()com.github.davidmoten.odata.client.CollectionPage<AppEntityInfo>AppContext. getAppEntityInfo(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type AppEntityInfo Modifier and Type Method Description AppContext.BuilderAppContext.Builder. appEntityInfo(AppEntityInfo... appEntityInfo)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AppEntityInfo Modifier and Type Method Description AppContext.BuilderAppContext.Builder. appEntityInfo(List<AppEntityInfo> appEntityInfo)
-