Uses of Class
odata.msgraph.client.beta.complex.DriveRecipient
-
Packages that use DriveRecipient Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DriveRecipient in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DriveRecipient Modifier and Type Method Description DriveRecipientDriveRecipient.Builder. build()DriveRecipientDriveRecipient. withAlias(String alias)DriveRecipientDriveRecipient. withEmail(String email)DriveRecipientDriveRecipient. withObjectId(String objectId)DriveRecipientDriveRecipient. withUnmappedField(String name, String value) -
Uses of DriveRecipient in odata.msgraph.client.beta.entity
Method parameters in odata.msgraph.client.beta.entity with type arguments of type DriveRecipient Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>DriveItem. createLink(String type, String scope, OffsetDateTime expirationDateTime, String password, String message, List<DriveRecipient> recipients, Boolean retainInheritedPermissions)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>ListItem. createLink(String type, String scope, OffsetDateTime expirationDateTime, String password, List<DriveRecipient> recipients, Boolean retainInheritedPermissions)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>Permission. revokeGrants(List<DriveRecipient> grantees) -
Uses of DriveRecipient in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type DriveRecipient Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>DriveItemRequest. createLink(String type, String scope, OffsetDateTime expirationDateTime, String password, String message, List<DriveRecipient> recipients, Boolean retainInheritedPermissions)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>ListItemRequest. createLink(String type, String scope, OffsetDateTime expirationDateTime, String password, List<DriveRecipient> recipients, Boolean retainInheritedPermissions)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Permission>PermissionRequest. revokeGrants(List<DriveRecipient> grantees)
-