Uses of Class
microsoft.dynamics.crm.complex.AppInfo
-
Packages that use AppInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of AppInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as AppInfo Modifier and Type Field Description protected AppInfoAppContext. appInfoMethods in microsoft.dynamics.crm.complex that return AppInfo Modifier and Type Method Description AppInfoAppInfo.Builder. build()AppInfoAppInfo. withAppId(String appId)AppInfoAppInfo. withAppUrl(String appUrl)AppInfoAppInfo. withClientType(Integer clientType)AppInfoAppInfo. withDescription(String description)AppInfoAppInfo. withIsDefault(Boolean isDefault)AppInfoAppInfo. withLastModifiedOn(String lastModifiedOn)AppInfoAppInfo. withStatus(Integer status)AppInfoAppInfo. withTitle(String title)AppInfoAppInfo. withUniqueName(String uniqueName)AppInfoAppInfo. withUnmappedField(String name, String value)AppInfoAppInfo. withWebResourceInfo(WebResourceInfo webResourceInfo)AppInfoAppInfo. withWelcomePageInfo(WebResourceInfo welcomePageInfo)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppInfo Modifier and Type Method Description Optional<AppInfo>AppContext. getAppInfo()Methods in microsoft.dynamics.crm.complex with parameters of type AppInfo Modifier and Type Method Description AppContext.BuilderAppContext.Builder. appInfo(AppInfo appInfo)AppContextAppContext. withAppInfo(AppInfo appInfo)
-