Uses of Class
odata.msgraph.client.beta.complex.ManagedAppDiagnosticStatus
-
Packages that use ManagedAppDiagnosticStatus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ManagedAppDiagnosticStatus in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ManagedAppDiagnosticStatus Modifier and Type Method Description ManagedAppDiagnosticStatusManagedAppDiagnosticStatus.Builder. build()ManagedAppDiagnosticStatusManagedAppDiagnosticStatus. withMitigationInstruction(String mitigationInstruction)Returns an immutable copy ofthiswith just themitigationInstructionfield changed.ManagedAppDiagnosticStatusManagedAppDiagnosticStatus. withState(String state)Returns an immutable copy ofthiswith just thestatefield changed.ManagedAppDiagnosticStatusManagedAppDiagnosticStatus. withUnmappedField(String name, String value)ManagedAppDiagnosticStatusManagedAppDiagnosticStatus. withValidationName(String validationName)Returns an immutable copy ofthiswith just thevalidationNamefield changed. -
Uses of ManagedAppDiagnosticStatus in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppDiagnosticStatus Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppDiagnosticStatus>User. getManagedAppDiagnosticStatuses() -
Uses of ManagedAppDiagnosticStatus in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ManagedAppDiagnosticStatus Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppDiagnosticStatus>UserRequest. getManagedAppDiagnosticStatuses()
-