Uses of Class
odata.msgraph.client.complex.ItemReference
-
Packages that use ItemReference Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ItemReference in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ItemReference Modifier and Type Field Description protected ItemReferenceRemoteItem. parentReferenceMethods in odata.msgraph.client.complex that return ItemReference Modifier and Type Method Description ItemReferenceItemReference.Builder. build()ItemReferenceItemReference. withDriveId(String driveId)ItemReferenceItemReference. withDriveType(String driveType)ItemReferenceItemReference. withId(String id)ItemReferenceItemReference. withName(String name)ItemReferenceItemReference. withPath(String path)ItemReferenceItemReference. withShareId(String shareId)ItemReferenceItemReference. withSharepointIds(SharepointIds sharepointIds)ItemReferenceItemReference. withSiteId(String siteId)ItemReferenceItemReference. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type ItemReference Modifier and Type Method Description Optional<ItemReference>RemoteItem. getParentReference()Methods in odata.msgraph.client.complex with parameters of type ItemReference Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. parentReference(ItemReference parentReference)RemoteItemRemoteItem. withParentReference(ItemReference parentReference) -
Uses of ItemReference in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ItemReference Modifier and Type Field Description protected ItemReferenceContentType. inheritedFromprotected ItemReferencePermission. inheritedFromprotected ItemReferenceBaseItem. parentReferenceMethods in odata.msgraph.client.entity that return types with arguments of type ItemReference Modifier and Type Method Description Optional<ItemReference>ContentType. getInheritedFrom()Optional<ItemReference>Permission. getInheritedFrom()Optional<ItemReference>BaseItem. getParentReference()Methods in odata.msgraph.client.entity with parameters of type ItemReference Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItem. copy(String name, ItemReference parentReference)com.github.davidmoten.odata.client.ActionRequestNoReturnContentType. copyToDefaultContentLocation(ItemReference sourceFile, String destinationFileName)ContentType.BuilderContentType.Builder. inheritedFrom(ItemReference inheritedFrom)Permission.BuilderPermission.Builder. inheritedFrom(ItemReference inheritedFrom)Drive.BuilderDrive.Builder. parentReference(ItemReference parentReference)DriveItem.BuilderDriveItem.Builder. parentReference(ItemReference parentReference)List.BuilderList.Builder. parentReference(ItemReference parentReference)ListItem.BuilderListItem.Builder. parentReference(ItemReference parentReference)SharedDriveItem.BuilderSharedDriveItem.Builder. parentReference(ItemReference parentReference)Site.BuilderSite.Builder. parentReference(ItemReference parentReference)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItem. restore(ItemReference parentReference, String name)ContentTypeContentType. withInheritedFrom(ItemReference inheritedFrom)PermissionPermission. withInheritedFrom(ItemReference inheritedFrom)BaseItemBaseItem. withParentReference(ItemReference parentReference) -
Uses of ItemReference in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type ItemReference Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItemRequest. copy(String name, ItemReference parentReference)com.github.davidmoten.odata.client.ActionRequestNoReturnContentTypeRequest. copyToDefaultContentLocation(ItemReference sourceFile, String destinationFileName)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItemRequest. restore(ItemReference parentReference, String name)
-