Uses of Class
microsoft.dynamics.crm.complex.Component
-
Packages that use Component Package Description microsoft.dynamics.crm.complex -
-
Uses of Component in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type Component Modifier and Type Field Description protected List<Component>ValidationIssue. requiredComponentsMethods in microsoft.dynamics.crm.complex that return Component Modifier and Type Method Description ComponentComponent.Builder. build()ComponentComponent. withComponentId(UUID componentId)ComponentComponent. withComponentSubType(Integer componentSubType)ComponentComponent. withComponentType(Integer componentType)ComponentComponent. withDisplayName(String displayName)ComponentComponent. withParentEntityId(UUID parentEntityId)ComponentComponent. withParentEntityName(String parentEntityName)ComponentComponent. withSchemaName(String schemaName)ComponentComponent. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type Component Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Component>ValidationIssue. getRequiredComponents()com.github.davidmoten.odata.client.CollectionPage<Component>ValidationIssue. getRequiredComponents(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type Component Modifier and Type Method Description ValidationIssue.BuilderValidationIssue.Builder. requiredComponents(Component... requiredComponents)Method parameters in microsoft.dynamics.crm.complex with type arguments of type Component Modifier and Type Method Description ValidationIssue.BuilderValidationIssue.Builder. requiredComponents(List<Component> requiredComponents)
-