Class Resource

java.lang.Object
io.github.primelib.jira4j.restv3.model.Resource

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Resource extends Object
Resource
  • Field Details

    • description

      protected String description
    • _file

      protected File _file
    • filename

      protected String filename
    • inputStream

      protected Object inputStream
    • open

      protected Boolean open
    • readable

      protected Boolean readable
    • uri

      protected URI uri
    • url

      protected String url
  • Constructor Details

    • Resource

      public Resource(Consumer<Resource> spec)
      Constructs a validated instance of Resource.
      Parameters:
      spec - the specification to process
    • Resource

      @Internal public Resource(String description, File _file, String filename, Object inputStream, Boolean open, Boolean readable, URI uri, String url)
      Constructs a validated instance of Resource.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Resource(Consumer) instead.

      Parameters:
      description - description
      _file - _file
      filename - filename
      inputStream - inputStream
      open - open
      readable - readable
      uri - uri
      url - url
    • Resource

      protected Resource()
  • Method Details