java.lang.Object
io.github.primelib.jira4j.restv2.model.IdBean

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

    • id

      protected Long id
      The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-2-permissionscheme-get) resource to get a list of permission scheme IDs.
  • Konstruktordetails

    • IdBean

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

      @Internal public IdBean(Long id)
      Constructs a validated instance of IdBean.

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

      Parameter:
      id - The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-2-permissionscheme-get) resource to get a list of permission scheme IDs.
    • IdBean

      protected IdBean()
  • Methodendetails

    • builder

      public static IdBean.IdBeanBuilder builder()
    • id

      public Long id()
      The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-2-permissionscheme-get) resource to get a list of permission scheme IDs.
    • id

      public IdBean id(Long id)
      The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-2-permissionscheme-get) resource to get a list of permission scheme IDs.
      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