Uses of Interface
org.projectnessie.client.api.NessieApi
-
Packages that use NessieApi Package Description org.projectnessie.client org.projectnessie.client.api org.projectnessie.client.http org.projectnessie.client.http.v1api -
-
Uses of NessieApi in org.projectnessie.client
Methods in org.projectnessie.client with type parameters of type NessieApi Modifier and Type Method Description <API extends NessieApi>
APINessieClientBuilder. build(Class<API> apiContract)Builds a newNessieApi. -
Uses of NessieApi in org.projectnessie.client.api
Subinterfaces of NessieApi in org.projectnessie.client.api Modifier and Type Interface Description interfaceNessieApiV1Interface for the Nessie V1 API implementation. -
Uses of NessieApi in org.projectnessie.client.http
Methods in org.projectnessie.client.http with type parameters of type NessieApi Modifier and Type Method Description <API extends NessieApi>
APIHttpClientBuilder. build(Class<API> apiVersion) -
Uses of NessieApi in org.projectnessie.client.http.v1api
Classes in org.projectnessie.client.http.v1api that implement NessieApi Modifier and Type Class Description classHttpApiV1
-