Uses of Class
microsoft.dynamics.crm.complex.ArtifactIdType
-
Packages that use ArtifactIdType Package Description microsoft.dynamics.crm.complex -
-
Uses of ArtifactIdType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ArtifactIdType Modifier and Type Field Description protected List<ArtifactIdType>AppEntityInfo. entityDashboardsprotected List<ArtifactIdType>AppEntityInfo. formsprotected List<ArtifactIdType>AppEntityInfo. viewsMethods in microsoft.dynamics.crm.complex that return ArtifactIdType Modifier and Type Method Description ArtifactIdTypeArtifactIdType.Builder. build()ArtifactIdTypeArtifactIdType. withId(String id)ArtifactIdTypeArtifactIdType. withType(Integer type)ArtifactIdTypeArtifactIdType. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ArtifactIdType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getEntityDashboards()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getEntityDashboards(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getForms()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getForms(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getViews()com.github.davidmoten.odata.client.CollectionPage<ArtifactIdType>AppEntityInfo. getViews(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type ArtifactIdType Modifier and Type Method Description AppEntityInfo.BuilderAppEntityInfo.Builder. entityDashboards(ArtifactIdType... entityDashboards)AppEntityInfo.BuilderAppEntityInfo.Builder. forms(ArtifactIdType... forms)AppEntityInfo.BuilderAppEntityInfo.Builder. views(ArtifactIdType... views)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ArtifactIdType Modifier and Type Method Description AppEntityInfo.BuilderAppEntityInfo.Builder. entityDashboards(List<ArtifactIdType> entityDashboards)AppEntityInfo.BuilderAppEntityInfo.Builder. forms(List<ArtifactIdType> forms)AppEntityInfo.BuilderAppEntityInfo.Builder. views(List<ArtifactIdType> views)
-