Uses of Class
com.amilesend.onedrive.resource.identity.IdentitySet
Packages that use IdentitySet
Package
Description
-
Uses of IdentitySet in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return IdentitySetModifier and TypeMethodDescriptionDrive.getCreatedBy()
Gets the identity set that indicates who created this drive.DriveItemType.getCreatedBy()
Gets the identity set that indicates who created this drive item.Site.getCreatedBy()
Gets the identity set that indicates who created this drive.Drive.getLastModifiedBy()
Gets the identity set that indicates who made the last modification to this drive.DriveItemType.getLastModifiedBy()
Gets the identity set that indicates who made the last modification to this drive item.Site.getLastModifiedBy()
Gets the identity set that indicates who made the last modification to this drive.Drive.getOwner()
Gets the owner information for this drive. -
Uses of IdentitySet in com.amilesend.onedrive.resource.activities
Methods in com.amilesend.onedrive.resource.activities that return IdentitySetMethods in com.amilesend.onedrive.resource.activities with parameters of type IdentitySetModifier and TypeMethodDescriptionItemActivity.ItemActivityBuilder.actor
(IdentitySet actor) Who performed the action. -
Uses of IdentitySet in com.amilesend.onedrive.resource.activities.action
Methods in com.amilesend.onedrive.resource.activities.action that return IdentitySetModifier and TypeMethodDescriptionCommentAction.getParentAuthor()
The user who started the thread.Methods in com.amilesend.onedrive.resource.activities.action that return types with arguments of type IdentitySetModifier and TypeMethodDescriptionMentionAction.getMentionees()
The list of mentioned users.CommentAction.getParticipants()
The list of users who participated in the thread.ShareAction.getRecipients()
The list of shared users tha the item was shared with.Methods in com.amilesend.onedrive.resource.activities.action with parameters of type IdentitySetModifier and TypeMethodDescriptionCommentAction.CommentActionBuilder.parentAuthor
(IdentitySet parentAuthor) The user who started the thread.Method parameters in com.amilesend.onedrive.resource.activities.action with type arguments of type IdentitySetModifier and TypeMethodDescriptionMentionAction.MentionActionBuilder.mentionees
(List<IdentitySet> mentionees) The list of mentioned users.CommentAction.CommentActionBuilder.participants
(List<IdentitySet> participants) The list of users who participated in the thread.ShareAction.ShareActionBuilder.recipients
(List<IdentitySet> recipients) The list of shared users tha the item was shared with. -
Uses of IdentitySet in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive that return IdentitySetMethods in com.amilesend.onedrive.resource.drive with parameters of type IdentitySetModifier and TypeMethodDescriptionDrive.DriveBuilder.owner
(IdentitySet owner) The user account that owns the drive. -
Uses of IdentitySet in com.amilesend.onedrive.resource.identity
Methods in com.amilesend.onedrive.resource.identity that return IdentitySet -
Uses of IdentitySet in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return IdentitySetModifier and TypeMethodDescriptionBaseItem.getCreatedBy()
The source identity that created the item.BaseItem.getLastModifiedBy()
The identity that last modified the item.DriveItemVersion.getLastModifiedBy()
The identity of whom last modified the version.Methods in com.amilesend.onedrive.resource.item with parameters of type IdentitySetModifier and TypeMethodDescriptionBaseItem.BaseItemBuilder.createdBy
(IdentitySet createdBy) The source identity that created the item.BaseItem.BaseItemBuilder.lastModifiedBy
(IdentitySet lastModifiedBy) The identity that last modified the item.DriveItemVersion.DriveItemVersionBuilder.lastModifiedBy
(IdentitySet lastModifiedBy) The identity of whom last modified the version. -
Uses of IdentitySet in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return IdentitySetModifier and TypeMethodDescriptionRemoteItem.getCreatedBy()
The identity that created the drive item.Permission.getGrantedTo()
Describes the users and applications for this permission.SharingInvitation.getInvitedBy()
Describes who sent the invitation.RemoteItem.getLastModifiedBy()
The identity that last modified the remote item.Shared.getOwner()
The owner of the drive item.Shared.getSharedBy()
Who shared the drive item.Methods in com.amilesend.onedrive.resource.item.type that return types with arguments of type IdentitySetModifier and TypeMethodDescriptionPermission.getGrantedToIdentities()
Details of users to whom permission was granted for links.Methods in com.amilesend.onedrive.resource.item.type with parameters of type IdentitySetModifier and TypeMethodDescriptionRemoteItem.RemoteItemBuilder.createdBy
(IdentitySet createdBy) The identity that created the drive item.Permission.PermissionBuilder.grantedTo
(IdentitySet grantedTo) Describes the users and applications for this permission.SharingInvitation.SharingInvitationBuilder.invitedBy
(IdentitySet invitedBy) Describes who sent the invitation.RemoteItem.RemoteItemBuilder.lastModifiedBy
(IdentitySet lastModifiedBy) The identity that last modified the remote item.Shared.SharedBuilder.owner
(IdentitySet owner) The owner of the drive item.Shared.SharedBuilder.sharedBy
(IdentitySet sharedBy) Who shared the drive item.Method parameters in com.amilesend.onedrive.resource.item.type with type arguments of type IdentitySetModifier and TypeMethodDescriptionPermission.PermissionBuilder.grantedToIdentities
(List<IdentitySet> grantedToIdentities) Details of users to whom permission was granted for links. -
Uses of IdentitySet in com.amilesend.onedrive.resource.site
Methods in com.amilesend.onedrive.resource.site that return IdentitySetModifier and TypeMethodDescriptionListItemVersion.getLastModifiedBy()
The user who last modified the version.Methods in com.amilesend.onedrive.resource.site with parameters of type IdentitySetModifier and TypeMethodDescriptionListItemVersion.ListItemVersionBuilder.lastModifiedBy
(IdentitySet lastModifiedBy) The user who last modified the version.