Uses of Class
microsoft.dynamics.crm.complex.AddSolutionComponentResponse
-
Packages that use AddSolutionComponentResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of AddSolutionComponentResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return AddSolutionComponentResponse Modifier and Type Method Description AddSolutionComponentResponseAddSolutionComponentResponse.Builder. build()AddSolutionComponentResponseAddSolutionComponentResponse. withId(String id)AddSolutionComponentResponseAddSolutionComponentResponse. withUnmappedField(String name, String value) -
Uses of AddSolutionComponentResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type AddSolutionComponentResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AddSolutionComponentResponse>System. addSolutionComponent(String componentId, Integer componentType, String solutionUniqueName, Boolean addRequiredComponents, Boolean doNotIncludeSubcomponents, List<String> includedComponentSettingsValues)
-