@PublicApi public final class Folder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Folder.Builder |
Modifier and Type | Method and Description |
---|---|
static Folder.Builder |
copy(Folder folder) |
String |
getName() |
Long |
getOwningStructure() |
static Folder.Builder |
named(String name) |
@NotNull public String getName()
@Nullable public Long getOwningStructure()
@NotNull public static Folder.Builder named(@NotNull String name)
@NotNull public static Folder.Builder copy(@NotNull Folder folder)
Copyright © 2024 Tempo Software. All Rights Reserved.