Class RemoteObject

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

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

    • icon

      protected Icon icon
    • status

      protected Status status
    • summary

      protected String summary
      The summary details of the item.
    • title

      protected String title
      The title of the item.
    • url

      protected String url
      The URL of the item.
  • Constructor Details

    • RemoteObject

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

      @Internal public RemoteObject(Icon icon, Status status, String summary, String title, String url)
      Constructs a validated instance of RemoteObject.

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

      Parameters:
      icon - icon
      status - status
      summary - The summary details of the item.
      title - The title of the item.
      url - The URL of the item.
    • RemoteObject

      protected RemoteObject()
  • Method Details