Interface GetContentBuilder

    • Method Detail

      • key

        GetContentBuilder key​(@Valid
                              @Valid org.projectnessie.model.ContentKey key)
      • keys

        GetContentBuilder keys​(java.util.List<org.projectnessie.model.ContentKey> keys)
      • getSingle

        org.projectnessie.model.ContentResponse getSingle​(@Valid
                                                          @Valid org.projectnessie.model.ContentKey key)
                                                   throws org.projectnessie.error.NessieNotFoundException
        Throws:
        org.projectnessie.error.NessieNotFoundException
      • get

        java.util.Map<org.projectnessie.model.ContentKey,​org.projectnessie.model.Content> get()
                                                                                             throws org.projectnessie.error.NessieNotFoundException
        Throws:
        org.projectnessie.error.NessieNotFoundException
      • getWithResponse

        org.projectnessie.model.GetMultipleContentsResponse getWithResponse()
                                                                     throws org.projectnessie.error.NessieNotFoundException
        Throws:
        org.projectnessie.error.NessieNotFoundException