Uses of Class
odata.msgraph.client.beta.complex.ClassifcationErrorBase
-
Packages that use ClassifcationErrorBase Package Description odata.msgraph.client.beta.complex -
-
Uses of ClassifcationErrorBase in odata.msgraph.client.beta.complex
Subclasses of ClassifcationErrorBase in odata.msgraph.client.beta.complex Modifier and Type Class Description classClassificationErrorFields in odata.msgraph.client.beta.complex with type parameters of type ClassifcationErrorBase Modifier and Type Field Description protected List<ClassifcationErrorBase>ClassificationError. detailsMethods in odata.msgraph.client.beta.complex that return ClassifcationErrorBase Modifier and Type Method Description ClassifcationErrorBaseClassifcationErrorBase.Builder. build()ClassifcationErrorBaseClassifcationErrorBase. withCode(String code)ClassifcationErrorBaseClassifcationErrorBase. withInnerError(ClassificationInnerError innerError)ClassifcationErrorBaseClassifcationErrorBase. withMessage(String message)ClassifcationErrorBaseClassifcationErrorBase. withTarget(String target)ClassifcationErrorBaseClassifcationErrorBase. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ClassifcationErrorBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ClassifcationErrorBase>ClassificationError. getDetails()com.github.davidmoten.odata.client.CollectionPage<ClassifcationErrorBase>ClassificationError. getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type ClassifcationErrorBase Modifier and Type Method Description ClassificationError.BuilderClassificationError.Builder. details(ClassifcationErrorBase... details)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ClassifcationErrorBase Modifier and Type Method Description ClassificationError.BuilderClassificationError.Builder. details(List<ClassifcationErrorBase> details)
-