Compartir a través de


ShareFileItemProperties Interface

public interface ShareFileItemProperties

Share item properties for items on a listing operation.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime getChangedOn()

Gets the datetime this item was last changed.

abstract OffsetDateTime getCreatedOn()

Gets the datetime this item was created.

abstract String getETag()

Gets the ETag of this item.

abstract OffsetDateTime getLastAccessedOn()

Gets the datetime this item was last accessed.

abstract OffsetDateTime getLastModified()

Gets the datetime this item was last modified.

abstract OffsetDateTime getLastWrittenOn()

Gets the datetime this item was last written.

Method Details

getChangedOn

public abstract OffsetDateTime getChangedOn()

Gets the datetime this item was last changed.

Returns:

Datetime this item was last changed.

getCreatedOn

public abstract OffsetDateTime getCreatedOn()

Gets the datetime this item was created.

Returns:

Datetime this item was created.

getETag

public abstract String getETag()

Gets the ETag of this item.

Returns:

ETag of this item.

getLastAccessedOn

public abstract OffsetDateTime getLastAccessedOn()

Gets the datetime this item was last accessed.

Returns:

Datetime this item was last accessed.

getLastModified

public abstract OffsetDateTime getLastModified()

Gets the datetime this item was last modified.

Returns:

Datetime this item was last modified.

getLastWrittenOn

public abstract OffsetDateTime getLastWrittenOn()

Gets the datetime this item was last written.

Returns:

Datetime this item was last written.

Applies to