@Generated(value="software.amazon.awssdk:codegen") public final class Folder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Folder.Builder,Folder>
Returns information about a folder in a repository.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Folder.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
absolutePath()
The fully qualified path of the folder in the repository.
|
static Folder.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
relativePath()
The relative path of the specified folder from the folder where the query originated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Folder.Builder> |
serializableBuilderClass() |
Folder.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String treeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
public final String absolutePath()
The fully qualified path of the folder in the repository.
public final String relativePath()
The relative path of the specified folder from the folder where the query originated.
public Folder.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Folder.Builder,Folder>public static Folder.Builder builder()
public static Class<? extends Folder.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.