Uses of Class
microsoft.dynamics.crm.complex.InsertOptionValueResponse
-
Packages that use InsertOptionValueResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of InsertOptionValueResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return InsertOptionValueResponse Modifier and Type Method Description InsertOptionValueResponseInsertOptionValueResponse.Builder. build()InsertOptionValueResponseInsertOptionValueResponse. withNewOptionValue(Integer newOptionValue)InsertOptionValueResponseInsertOptionValueResponse. withUnmappedField(String name, Object value) -
Uses of InsertOptionValueResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type InsertOptionValueResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<InsertOptionValueResponse>System. insertOptionValue(String color, String optionSetName, String attributeLogicalName, String entityLogicalName, Integer value, Label label, Label description, List<Integer> parentValues, String solutionUniqueName)
-