Uses of Class
odata.msgraph.client.complex.RemoteItem.Builder
-
Packages that use RemoteItem.Builder Package Description odata.msgraph.client.complex -
-
Uses of RemoteItem.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RemoteItem.Builder Modifier and Type Method Description static RemoteItem.BuilderRemoteItem. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).RemoteItem.BuilderRemoteItem.Builder. createdBy(IdentitySet createdBy)RemoteItem.BuilderRemoteItem.Builder. createdDateTime(OffsetDateTime createdDateTime)RemoteItem.BuilderRemoteItem.Builder. file(File file)RemoteItem.BuilderRemoteItem.Builder. fileSystemInfo(FileSystemInfo fileSystemInfo)RemoteItem.BuilderRemoteItem.Builder. folder(Folder folder)RemoteItem.BuilderRemoteItem.Builder. id(String id)RemoteItem.BuilderRemoteItem.Builder. image(Image image)RemoteItem.BuilderRemoteItem.Builder. lastModifiedBy(IdentitySet lastModifiedBy)RemoteItem.BuilderRemoteItem.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)RemoteItem.BuilderRemoteItem.Builder. name(String name)RemoteItem.BuilderRemoteItem.Builder. package_(Package package_)RemoteItem.BuilderRemoteItem.Builder. parentReference(ItemReference parentReference)RemoteItem.BuilderRemoteItem.Builder. shared(Shared shared)RemoteItem.BuilderRemoteItem.Builder. sharepointIds(SharepointIds sharepointIds)RemoteItem.BuilderRemoteItem.Builder. size(Long size)RemoteItem.BuilderRemoteItem.Builder. specialFolder(SpecialFolder specialFolder)RemoteItem.BuilderRemoteItem.Builder. video(Video video)RemoteItem.BuilderRemoteItem.Builder. webDavUrl(String webDavUrl)RemoteItem.BuilderRemoteItem.Builder. webUrl(String webUrl)
-