| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected CalendarRoleType |
CalendarPermission.role |
| Modifier and Type | Field and Description |
|---|---|
protected List<CalendarRoleType> |
CalendarPermission.allowedRoles |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
CalendarPermission.Builder |
CalendarPermission.Builder.allowedRoles(CalendarRoleType... allowedRoles) |
CalendarPermission.Builder |
CalendarPermission.Builder.role(CalendarRoleType role) |
CalendarPermission |
CalendarPermission.withRole(CalendarRoleType role) |
| Modifier and Type | Method and Description |
|---|---|
CalendarPermission.Builder |
CalendarPermission.Builder.allowedRoles(List<CalendarRoleType> allowedRoles) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CalendarRoleType> |
CalendarRequest.allowedCalendarSharingRoles(String user) |
| Modifier and Type | Method and Description |
|---|---|
static CalendarRoleType |
CalendarRoleType.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.
|
Copyright © 2018–2020. All rights reserved.