Interface GetThingsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetThingsRequest, GetThingsRequest.Builder

@Generated public interface GetThingsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    IRI of a Thing to get, or query for Things; e.g.
    com.google.protobuf.ByteString
    IRI of a Thing to get, or query for Things; e.g.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIri

       IRI of a Thing to get, or query for Things; e.g.
       https://enola.dev/query/all?inline=true&limit=7, or sparql: or sql:
       something else like that.
       
      string iri = 1;
      Returns:
      The iri.
    • getIriBytes

      com.google.protobuf.ByteString getIriBytes()
       IRI of a Thing to get, or query for Things; e.g.
       https://enola.dev/query/all?inline=true&limit=7, or sparql: or sql:
       something else like that.
       
      string iri = 1;
      Returns:
      The bytes for iri.