@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 String treeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
public String absolutePath()
The fully qualified path of the folder in the repository.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.