Uses of Class
microsoft.dynamics.crm.complex.SolutionComponentDetails
-
Packages that use SolutionComponentDetails Package Description microsoft.dynamics.crm.complex -
-
Uses of SolutionComponentDetails in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type SolutionComponentDetails Modifier and Type Field Description protected List<SolutionComponentDetails>StageSolutionResults. solutionComponentsDetailsMethods in microsoft.dynamics.crm.complex that return SolutionComponentDetails Modifier and Type Method Description SolutionComponentDetailsSolutionComponentDetails.Builder. build()SolutionComponentDetailsSolutionComponentDetails. withAttributes(Collection_String_String attributes)SolutionComponentDetailsSolutionComponentDetails. withComponentName(String componentName)SolutionComponentDetailsSolutionComponentDetails. withComponentTypeName(String componentTypeName)SolutionComponentDetailsSolutionComponentDetails. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type SolutionComponentDetails Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SolutionComponentDetails>StageSolutionResults. getSolutionComponentsDetails()com.github.davidmoten.odata.client.CollectionPage<SolutionComponentDetails>StageSolutionResults. getSolutionComponentsDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type SolutionComponentDetails Modifier and Type Method Description StageSolutionResults.BuilderStageSolutionResults.Builder. solutionComponentsDetails(SolutionComponentDetails... solutionComponentsDetails)Method parameters in microsoft.dynamics.crm.complex with type arguments of type SolutionComponentDetails Modifier and Type Method Description StageSolutionResults.BuilderStageSolutionResults.Builder. solutionComponentsDetails(List<SolutionComponentDetails> solutionComponentsDetails)
-