Uses of Class
microsoft.dynamics.crm.complex.InputArgument
-
Packages that use InputArgument Package Description microsoft.dynamics.crm.complex -
-
Uses of InputArgument in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as InputArgument Modifier and Type Field Description protected InputArgumentInputArgumentCollection. argumentsMethods in microsoft.dynamics.crm.complex that return InputArgument Modifier and Type Method Description InputArgumentInputArgument.Builder. build()InputArgumentInputArgument. withCount(Integer count)InputArgumentInputArgument. withIsReadOnly(Boolean isReadOnly)InputArgumentInputArgument. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type InputArgument Modifier and Type Method Description Optional<InputArgument>InputArgumentCollection. getArguments()Methods in microsoft.dynamics.crm.complex with parameters of type InputArgument Modifier and Type Method Description InputArgumentCollection.BuilderInputArgumentCollection.Builder. arguments(InputArgument arguments)InputArgumentCollectionInputArgumentCollection. withArguments(InputArgument arguments)
-