@Immutable public final class CloudStorageFileAttributeView extends Object implements BasicFileAttributeView
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
String | 
name()
Returns . 
 | 
CloudStorageFileAttributes | 
readAttributes()  | 
void | 
setTimes(FileTime lastModifiedTime,
        FileTime lastAccessTime,
        FileTime createTime)
This feature is not supported, since Cloud Storage objects are immutable. 
 | 
String | 
toString()  | 
public String name()
name in interface AttributeViewname in interface BasicFileAttributeViewpublic CloudStorageFileAttributes readAttributes() throws IOException
readAttributes in interface BasicFileAttributeViewIOExceptionpublic void setTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime)
setTimes in interface BasicFileAttributeViewCopyright © 2019 Google LLC. All rights reserved.