Package odata.msgraph.client.complex
Class RemoteItem
- java.lang.Object
-
- odata.msgraph.client.complex.RemoteItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RemoteItem extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoteItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IdentitySetcreatedByprotected OffsetDateTimecreatedDateTimeprotected Filefileprotected FileSystemInfofileSystemInfoprotected Folderfolderprotected Stringidprotected Imageimageprotected IdentitySetlastModifiedByprotected OffsetDateTimelastModifiedDateTimeprotected Stringnameprotected StringodataTypeprotected Packagepackage_protected ItemReferenceparentReferenceprotected Sharedsharedprotected SharepointIdssharepointIdsprotected Longsizeprotected SpecialFolderspecialFolderprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Videovideoprotected StringwebDavUrlprotected StringwebUrl
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteItem()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
createdBy
protected IdentitySet createdBy
-
createdDateTime
protected OffsetDateTime createdDateTime
-
file
protected File file
-
fileSystemInfo
protected FileSystemInfo fileSystemInfo
-
folder
protected Folder folder
-
id
protected String id
-
image
protected Image image
-
lastModifiedBy
protected IdentitySet lastModifiedBy
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
name
protected String name
-
package_
protected Package package_
-
parentReference
protected ItemReference parentReference
-
shared
protected Shared shared
-
sharepointIds
protected SharepointIds sharepointIds
-
size
protected Long size
-
specialFolder
protected SpecialFolder specialFolder
-
video
protected Video video
-
webDavUrl
protected String webDavUrl
-
webUrl
protected String webUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCreatedBy
public Optional<IdentitySet> getCreatedBy()
-
withCreatedBy
public RemoteItem withCreatedBy(IdentitySet createdBy)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public RemoteItem withCreatedDateTime(OffsetDateTime createdDateTime)
-
withFile
public RemoteItem withFile(File file)
-
getFileSystemInfo
public Optional<FileSystemInfo> getFileSystemInfo()
-
withFileSystemInfo
public RemoteItem withFileSystemInfo(FileSystemInfo fileSystemInfo)
-
withFolder
public RemoteItem withFolder(Folder folder)
-
withId
public RemoteItem withId(String id)
-
withImage
public RemoteItem withImage(Image image)
-
getLastModifiedBy
public Optional<IdentitySet> getLastModifiedBy()
-
withLastModifiedBy
public RemoteItem withLastModifiedBy(IdentitySet lastModifiedBy)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public RemoteItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withName
public RemoteItem withName(String name)
-
withPackage
public RemoteItem withPackage(Package package_)
-
getParentReference
public Optional<ItemReference> getParentReference()
-
withParentReference
public RemoteItem withParentReference(ItemReference parentReference)
-
withShared
public RemoteItem withShared(Shared shared)
-
getSharepointIds
public Optional<SharepointIds> getSharepointIds()
-
withSharepointIds
public RemoteItem withSharepointIds(SharepointIds sharepointIds)
-
withSize
public RemoteItem withSize(Long size)
-
getSpecialFolder
public Optional<SpecialFolder> getSpecialFolder()
-
withSpecialFolder
public RemoteItem withSpecialFolder(SpecialFolder specialFolder)
-
withVideo
public RemoteItem withVideo(Video video)
-
withWebDavUrl
public RemoteItem withWebDavUrl(String webDavUrl)
-
withWebUrl
public RemoteItem withWebUrl(String webUrl)
-
withUnmappedField
public RemoteItem withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static RemoteItem.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-