Uses of Class
odata.msgraph.client.beta.enums.CalendarRoleType
-
Packages that use CalendarRoleType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of CalendarRoleType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CalendarRoleType Modifier and Type Field Description protected CalendarRoleTypeCalendarPermission. roleFields in odata.msgraph.client.beta.entity with type parameters of type CalendarRoleType Modifier and Type Field Description protected List<CalendarRoleType>CalendarPermission. allowedRolesMethods in odata.msgraph.client.beta.entity that return types with arguments of type CalendarRoleType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CalendarRoleType>Calendar. allowedCalendarSharingRoles(String user)com.github.davidmoten.odata.client.CollectionPage<CalendarRoleType>CalendarPermission. getAllowedRoles()com.github.davidmoten.odata.client.CollectionPage<CalendarRoleType>CalendarPermission. getAllowedRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<CalendarRoleType>CalendarPermission. getRole()Methods in odata.msgraph.client.beta.entity with parameters of type CalendarRoleType Modifier and Type Method Description CalendarPermission.BuilderCalendarPermission.Builder. allowedRoles(CalendarRoleType... allowedRoles)CalendarPermission.BuilderCalendarPermission.Builder. role(CalendarRoleType role)CalendarPermissionCalendarPermission. withRole(CalendarRoleType role)Method parameters in odata.msgraph.client.beta.entity with type arguments of type CalendarRoleType Modifier and Type Method Description CalendarPermission.BuilderCalendarPermission.Builder. allowedRoles(List<CalendarRoleType> allowedRoles)CalendarPermissionCalendarPermission. withAllowedRoles(List<CalendarRoleType> allowedRoles) -
Uses of CalendarRoleType in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type CalendarRoleType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CalendarRoleType>CalendarRequest. allowedCalendarSharingRoles(String user) -
Uses of CalendarRoleType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CalendarRoleType Modifier and Type Method Description static CalendarRoleTypeCalendarRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static CalendarRoleType[]CalendarRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-