Class NegotiatorRequest


  • public abstract class NegotiatorRequest
    extends Object
    • Constructor Detail

      • NegotiatorRequest

        public NegotiatorRequest()
    • Method Detail

      • getURL

        public abstract String getURL()
      • getEntityId

        public abstract String getEntityId()
        Entity type ID for the collections
      • getBiobankId

        @Nullable
        @CheckForNull
        public abstract String getBiobankId()
        Entity type ID for the biobanks
      • getRsql

        @Nullable
        @CheckForNull
        public abstract String getRsql()
        RSQL for the collection entity
      • getBiobankRsql

        @Nullable
        @CheckForNull
        public abstract String getBiobankRsql()
        RSQL for the biobank entity
      • getHumanReadable

        public abstract String getHumanReadable()
      • getnToken

        @Nullable
        @CheckForNull
        public abstract String getnToken()