Interface SecretFile
-
@Immutable public interface SecretFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretFile.Builderbuilder()Stringgid()Longmode()Stringname()Stringuid()
-
-
-
Method Detail
-
name
String name()
-
uid
String uid()
-
gid
String gid()
-
mode
Long mode()
-
builder
static SecretFile.Builder builder()
-
-