Uses of Class
odata.msgraph.client.enums.ScreenSharingRole
-
Packages that use ScreenSharingRole Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request odata.msgraph.client.enums -
-
Uses of ScreenSharingRole in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type ScreenSharingRole Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCall. changeScreenSharingRole(ScreenSharingRole role) -
Uses of ScreenSharingRole in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type ScreenSharingRole Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. changeScreenSharingRole(ScreenSharingRole role) -
Uses of ScreenSharingRole in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ScreenSharingRole Modifier and Type Method Description static ScreenSharingRoleScreenSharingRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ScreenSharingRole[]ScreenSharingRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-