@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
treeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Folder.Builder,Folder>
public static Folder.Builder builder()
public static Class<? extends Folder.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.