Uses of Class
org.projectnessie.api.params.FetchOption
-
Packages that use FetchOption Package Description org.projectnessie.api.params -
-
Uses of FetchOption in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return FetchOption Modifier and Type Method Description FetchOptionCommitLogParams. fetchOption()FetchOptionGetReferenceParams. fetchOption()FetchOptionReferencesParams. fetchOption()static FetchOptionFetchOption. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchOption[]FetchOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectnessie.api.params with parameters of type FetchOption Modifier and Type Method Description CommitLogParams.BuilderCommitLogParams.Builder. fetch(FetchOption fetchOption)GetReferenceParams.BuilderGetReferenceParams.Builder. fetch(FetchOption fetchOption)ReferencesParams.BuilderReferencesParams.Builder. fetch(FetchOption fetchOption)static StringFetchOption. getFetchOptionName(FetchOption fetchOption)static booleanFetchOption. isFetchAll(FetchOption fetchOption)
-