Klasse Resource

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

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

    • 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
  • Konstruktordetails

    • Resource

      public Resource(Consumer<Resource> spec)
      Constructs a validated instance of Resource.
      Parameter:
      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.

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

      protected Resource()
  • Methodendetails

    • builder

      public static Resource.ResourceBuilder builder()
    • description

      public String description()
    • _file

      public File _file()
    • filename

      public String filename()
    • inputStream

      public Object inputStream()
    • open

      public Boolean open()
    • readable

      public Boolean readable()
    • uri

      public URI uri()
    • url

      public String url()
    • description

      public Resource description(String description)
      Gibt zurück:
      this.
    • _file

      public Resource _file(File _file)
      Gibt zurück:
      this.
    • filename

      public Resource filename(String filename)
      Gibt zurück:
      this.
    • inputStream

      public Resource inputStream(Object inputStream)
      Gibt zurück:
      this.
    • open

      public Resource open(Boolean open)
      Gibt zurück:
      this.
    • readable

      public Resource readable(Boolean readable)
      Gibt zurück:
      this.
    • uri

      public Resource uri(URI uri)
      Gibt zurück:
      this.
    • url

      public Resource url(String url)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object