Package microsoft.dynamics.crm.complex
Class InsertOptionValueResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.InsertOptionValueResponse.Builder
-
- Enclosing class:
- InsertOptionValueResponse
public static final class InsertOptionValueResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertOptionValueResponsebuild()InsertOptionValueResponse.BuildernewOptionValue(Integer newOptionValue)
-
-
-
Method Detail
-
newOptionValue
public InsertOptionValueResponse.Builder newOptionValue(Integer newOptionValue)
-
build
public InsertOptionValueResponse build()
-
-