Uses of Class
microsoft.dynamics.crm.enums.SolutionOperationType
-
Packages that use SolutionOperationType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of SolutionOperationType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as SolutionOperationType Modifier and Type Field Description protected SolutionOperationTypeSolutionOperationResult. typeMethods in microsoft.dynamics.crm.complex that return types with arguments of type SolutionOperationType Modifier and Type Method Description Optional<SolutionOperationType>SolutionOperationResult. getType()Methods in microsoft.dynamics.crm.complex with parameters of type SolutionOperationType Modifier and Type Method Description SolutionOperationResult.BuilderSolutionOperationResult.Builder. type(SolutionOperationType type)SolutionOperationResultSolutionOperationResult. withType(SolutionOperationType type) -
Uses of SolutionOperationType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return SolutionOperationType Modifier and Type Method Description static SolutionOperationTypeSolutionOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolutionOperationType[]SolutionOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-