public static final class RemoteItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
RemoteItem |
build() |
RemoteItem.Builder |
createdBy(IdentitySet createdBy) |
RemoteItem.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
RemoteItem.Builder |
file(File file) |
RemoteItem.Builder |
fileSystemInfo(FileSystemInfo fileSystemInfo) |
RemoteItem.Builder |
folder(Folder folder) |
RemoteItem.Builder |
id(String id) |
RemoteItem.Builder |
lastModifiedBy(IdentitySet lastModifiedBy) |
RemoteItem.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
RemoteItem.Builder |
name(String name) |
RemoteItem.Builder |
package_(Package package_) |
RemoteItem.Builder |
parentReference(ItemReference parentReference) |
RemoteItem.Builder |
shared(Shared shared) |
RemoteItem.Builder |
sharepointIds(SharepointIds sharepointIds) |
RemoteItem.Builder |
size(Long size) |
RemoteItem.Builder |
specialFolder(SpecialFolder specialFolder) |
RemoteItem.Builder |
webDavUrl(String webDavUrl) |
RemoteItem.Builder |
webUrl(String webUrl) |
public RemoteItem.Builder createdBy(IdentitySet createdBy)
public RemoteItem.Builder createdDateTime(OffsetDateTime createdDateTime)
public RemoteItem.Builder file(File file)
public RemoteItem.Builder fileSystemInfo(FileSystemInfo fileSystemInfo)
public RemoteItem.Builder folder(Folder folder)
public RemoteItem.Builder id(String id)
public RemoteItem.Builder lastModifiedBy(IdentitySet lastModifiedBy)
public RemoteItem.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public RemoteItem.Builder name(String name)
public RemoteItem.Builder package_(Package package_)
public RemoteItem.Builder parentReference(ItemReference parentReference)
public RemoteItem.Builder shared(Shared shared)
public RemoteItem.Builder sharepointIds(SharepointIds sharepointIds)
public RemoteItem.Builder size(Long size)
public RemoteItem.Builder specialFolder(SpecialFolder specialFolder)
public RemoteItem.Builder webDavUrl(String webDavUrl)
public RemoteItem.Builder webUrl(String webUrl)
public RemoteItem build()
Copyright © 2018–2020. All rights reserved.