Uses of Class
odata.msgraph.client.beta.complex.AccessReviewError
-
Packages that use AccessReviewError Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AccessReviewError in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AccessReviewError Modifier and Type Method Description AccessReviewErrorAccessReviewError.Builder. build()AccessReviewErrorAccessReviewError. withUnmappedField(String name, String value) -
Uses of AccessReviewError in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AccessReviewError Modifier and Type Field Description protected List<AccessReviewError>AccessReviewInstance. errorsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AccessReviewError Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessReviewError>AccessReviewInstance. getErrors()com.github.davidmoten.odata.client.CollectionPage<AccessReviewError>AccessReviewInstance. getErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type AccessReviewError Modifier and Type Method Description AccessReviewInstance.BuilderAccessReviewInstance.Builder. errors(AccessReviewError... errors)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AccessReviewError Modifier and Type Method Description AccessReviewInstance.BuilderAccessReviewInstance.Builder. errors(List<AccessReviewError> errors)AccessReviewInstanceAccessReviewInstance. withErrors(List<AccessReviewError> errors)
-