Uses of Class
odata.msgraph.client.beta.enums.RemoteAction
-
Packages that use RemoteAction Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RemoteAction in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RemoteAction Modifier and Type Field Description protected RemoteActionRemoteActionAudit. actionMethods in odata.msgraph.client.beta.entity that return types with arguments of type RemoteAction Modifier and Type Method Description Optional<RemoteAction>RemoteActionAudit. getAction()“The action name.”Methods in odata.msgraph.client.beta.entity with parameters of type RemoteAction Modifier and Type Method Description RemoteActionAudit.BuilderRemoteActionAudit.Builder. action(RemoteAction action)“The action name.”RemoteActionAuditRemoteActionAudit. withAction(RemoteAction action)Returns an immutable copy ofthiswith just theactionfield changed. -
Uses of RemoteAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RemoteAction Modifier and Type Method Description static RemoteActionRemoteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteAction[]RemoteAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-