| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DriveRecipient |
DriveRecipient.Builder.build() |
DriveRecipient |
DriveRecipient.withAlias(String alias) |
DriveRecipient |
DriveRecipient.withEmail(String email) |
DriveRecipient |
DriveRecipient.withObjectId(String objectId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<Permission> |
DriveItem.createLink(String type,
String scope,
OffsetDateTime expirationDateTime,
String password,
String message,
List<DriveRecipient> recipients) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Permission> |
Permission.grant(List<String> roles,
List<DriveRecipient> recipients) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Permission> |
DriveItem.invite(Boolean requireSignIn,
List<String> roles,
Boolean sendInvitation,
String message,
List<DriveRecipient> recipients,
String expirationDateTime,
String password) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<Permission> |
DriveItemRequest.createLink(String type,
String scope,
OffsetDateTime expirationDateTime,
String password,
String message,
List<DriveRecipient> recipients) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Permission> |
PermissionRequest.grant(List<String> roles,
List<DriveRecipient> recipients) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Permission> |
DriveItemRequest.invite(Boolean requireSignIn,
List<String> roles,
Boolean sendInvitation,
String message,
List<DriveRecipient> recipients,
String expirationDateTime,
String password) |
Copyright © 2018–2020. All rights reserved.