Uses of Class
microsoft.dynamics.crm.complex.AppEntityInfo.Builder
-
Packages that use AppEntityInfo.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of AppEntityInfo.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return AppEntityInfo.Builder Modifier and Type Method Description static AppEntityInfo.BuilderAppEntityInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AppEntityInfo.BuilderAppEntityInfo.Builder. chartIds(String... chartIds)AppEntityInfo.BuilderAppEntityInfo.Builder. chartIds(List<String> chartIds)AppEntityInfo.BuilderAppEntityInfo.Builder. chartIdsNextLink(String chartIdsNextLink)AppEntityInfo.BuilderAppEntityInfo.Builder. entityDashboards(List<ArtifactIdType> entityDashboards)AppEntityInfo.BuilderAppEntityInfo.Builder. entityDashboards(ArtifactIdType... entityDashboards)AppEntityInfo.BuilderAppEntityInfo.Builder. entityDashboardsNextLink(String entityDashboardsNextLink)AppEntityInfo.BuilderAppEntityInfo.Builder. entityId(String entityId)AppEntityInfo.BuilderAppEntityInfo.Builder. forms(List<ArtifactIdType> forms)AppEntityInfo.BuilderAppEntityInfo.Builder. forms(ArtifactIdType... forms)AppEntityInfo.BuilderAppEntityInfo.Builder. formsNextLink(String formsNextLink)AppEntityInfo.BuilderAppEntityInfo.Builder. views(List<ArtifactIdType> views)AppEntityInfo.BuilderAppEntityInfo.Builder. views(ArtifactIdType... views)AppEntityInfo.BuilderAppEntityInfo.Builder. viewsNextLink(String viewsNextLink)
-