Uses of Class
odata.msgraph.client.complex.PublicInnerError
-
Packages that use PublicInnerError Package Description odata.msgraph.client.complex -
-
Uses of PublicInnerError in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PublicInnerError Modifier and Type Field Description protected PublicInnerErrorPublicError. innerErrorMethods in odata.msgraph.client.complex that return PublicInnerError Modifier and Type Method Description PublicInnerErrorPublicInnerError.Builder. build()PublicInnerErrorPublicInnerError. withCode(String code)PublicInnerErrorPublicInnerError. withMessage(String message)PublicInnerErrorPublicInnerError. withTarget(String target)PublicInnerErrorPublicInnerError. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type PublicInnerError Modifier and Type Method Description Optional<PublicInnerError>PublicError. getInnerError()Methods in odata.msgraph.client.complex with parameters of type PublicInnerError Modifier and Type Method Description PublicError.BuilderPublicError.Builder. innerError(PublicInnerError innerError)PublicErrorPublicError. withInnerError(PublicInnerError innerError)
-