Uses of Class
odata.msgraph.client.beta.complex.ClassifcationErrorBase.Builder
-
Packages that use ClassifcationErrorBase.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ClassifcationErrorBase.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ClassifcationErrorBase.Builder Modifier and Type Method Description static ClassifcationErrorBase.BuilderClassifcationErrorBase. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ClassifcationErrorBase.BuilderClassifcationErrorBase.Builder. code(String code)ClassifcationErrorBase.BuilderClassifcationErrorBase.Builder. innerError(ClassificationInnerError innerError)ClassifcationErrorBase.BuilderClassifcationErrorBase.Builder. message(String message)ClassifcationErrorBase.BuilderClassifcationErrorBase.Builder. target(String target)
-