Uses of Class
odata.msgraph.client.beta.complex.ClassificationError
-
Packages that use ClassificationError Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ClassificationError in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type ClassificationError Modifier and Type Field Description protected List<ClassificationError>ExactMatchClassificationResult. errorsMethods in odata.msgraph.client.beta.complex that return ClassificationError Modifier and Type Method Description ClassificationErrorClassificationError.Builder. build()ClassificationErrorClassificationError. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ClassificationError Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ClassificationError>ExactMatchClassificationResult. getErrors()com.github.davidmoten.odata.client.CollectionPage<ClassificationError>ExactMatchClassificationResult. getErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type ClassificationError Modifier and Type Method Description ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. errors(ClassificationError... errors)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ClassificationError Modifier and Type Method Description ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. errors(List<ClassificationError> errors) -
Uses of ClassificationError in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ClassificationError Modifier and Type Field Description protected ClassificationErrorExactMatchJobBase. errorprotected ClassificationErrorJobResponseBase. errorMethods in odata.msgraph.client.beta.entity that return types with arguments of type ClassificationError Modifier and Type Method Description Optional<ClassificationError>ExactMatchJobBase. getError()Optional<ClassificationError>JobResponseBase. getError()Methods in odata.msgraph.client.beta.entity with parameters of type ClassificationError Modifier and Type Method Description ClassificationJobResponse.BuilderClassificationJobResponse.Builder. error(ClassificationError error)DlpEvaluatePoliciesJobResponse.BuilderDlpEvaluatePoliciesJobResponse.Builder. error(ClassificationError error)EvaluateLabelJobResponse.BuilderEvaluateLabelJobResponse.Builder. error(ClassificationError error)ExactMatchLookupJob.BuilderExactMatchLookupJob.Builder. error(ClassificationError error)ExactMatchSession.BuilderExactMatchSession.Builder. error(ClassificationError error)ExactMatchSessionBase.BuilderExactMatchSessionBase.Builder. error(ClassificationError error)JobResponseBase.BuilderJobResponseBase.Builder. error(ClassificationError error)ExactMatchJobBaseExactMatchJobBase. withError(ClassificationError error)JobResponseBaseJobResponseBase. withError(ClassificationError error)
-