Package odata.msgraph.client.complex
Class RemoteItem.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.RemoteItem.Builder
-
- Enclosing class:
- RemoteItem
public static final class RemoteItem.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
createdBy
public RemoteItem.Builder createdBy(IdentitySet createdBy)
-
createdDateTime
public RemoteItem.Builder createdDateTime(OffsetDateTime createdDateTime)
-
file
public RemoteItem.Builder file(File file)
-
fileSystemInfo
public RemoteItem.Builder fileSystemInfo(FileSystemInfo fileSystemInfo)
-
folder
public RemoteItem.Builder folder(Folder folder)
-
id
public RemoteItem.Builder id(String id)
-
image
public RemoteItem.Builder image(Image image)
-
lastModifiedBy
public RemoteItem.Builder lastModifiedBy(IdentitySet lastModifiedBy)
-
lastModifiedDateTime
public RemoteItem.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
name
public RemoteItem.Builder name(String name)
-
package_
public RemoteItem.Builder package_(Package package_)
-
parentReference
public RemoteItem.Builder parentReference(ItemReference parentReference)
-
shared
public RemoteItem.Builder shared(Shared shared)
-
sharepointIds
public RemoteItem.Builder sharepointIds(SharepointIds sharepointIds)
-
size
public RemoteItem.Builder size(Long size)
-
specialFolder
public RemoteItem.Builder specialFolder(SpecialFolder specialFolder)
-
video
public RemoteItem.Builder video(Video video)
-
webDavUrl
public RemoteItem.Builder webDavUrl(String webDavUrl)
-
webUrl
public RemoteItem.Builder webUrl(String webUrl)
-
build
public RemoteItem build()
-
-