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 CommitLogParamsBuilderCommitLogParamsBuilder. fetchOption(FetchOption fetchOption)Initializes the value for thefetchOptionattribute.GetReferenceParamsBuilderGetReferenceParamsBuilder. fetchOption(FetchOption fetchOption)Initializes the value for thefetchOptionattribute.ReferencesParamsBuilderReferencesParamsBuilder. fetchOption(FetchOption fetchOption)Initializes the value for thefetchOptionattribute.static StringFetchOption. getFetchOptionName(FetchOption fetchOption)static booleanFetchOption. isFetchAll(FetchOption fetchOption)
-