public class RemoteItem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected File |
file |
protected FileSystemInfo |
fileSystemInfo |
protected Folder |
folder |
protected String |
id |
protected Image |
image |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
name |
protected String |
odataType |
protected Package |
package_ |
protected ItemReference |
parentReference |
protected Shared |
shared |
protected SharepointIds |
sharepointIds |
protected Long |
size |
protected SpecialFolder |
specialFolder |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Video |
video |
protected String |
webDavUrl |
protected String |
webUrl |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteItem() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected IdentitySet createdBy
protected OffsetDateTime createdDateTime
protected File file
protected FileSystemInfo fileSystemInfo
protected Folder folder
protected String id
protected Image image
protected IdentitySet lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
protected String name
protected Package package_
protected ItemReference parentReference
protected Shared shared
protected SharepointIds sharepointIds
protected Long size
protected SpecialFolder specialFolder
protected Video video
protected String webDavUrl
protected String webUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<IdentitySet> getCreatedBy()
public RemoteItem withCreatedBy(IdentitySet createdBy)
public Optional<OffsetDateTime> getCreatedDateTime()
public RemoteItem withCreatedDateTime(OffsetDateTime createdDateTime)
public RemoteItem withFile(File file)
public Optional<FileSystemInfo> getFileSystemInfo()
public RemoteItem withFileSystemInfo(FileSystemInfo fileSystemInfo)
public RemoteItem withFolder(Folder folder)
public RemoteItem withId(String id)
public RemoteItem withImage(Image image)
public Optional<IdentitySet> getLastModifiedBy()
public RemoteItem withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public RemoteItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public RemoteItem withName(String name)
public RemoteItem withPackage(Package package_)
public Optional<ItemReference> getParentReference()
public RemoteItem withParentReference(ItemReference parentReference)
public RemoteItem withShared(Shared shared)
public Optional<SharepointIds> getSharepointIds()
public RemoteItem withSharepointIds(SharepointIds sharepointIds)
public RemoteItem withSize(Long size)
public Optional<SpecialFolder> getSpecialFolder()
public RemoteItem withSpecialFolder(SpecialFolder specialFolder)
public RemoteItem withVideo(Video video)
public RemoteItem withWebDavUrl(String webDavUrl)
public RemoteItem withWebUrl(String webUrl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static RemoteItem.Builder builder()
Copyright © 2018–2020. All rights reserved.