Klasse UserGroups

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

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

    • callback

      protected Object callback
    • items

      protected List<GroupName> items
    • maxResults

      protected Integer maxResults
    • pagingCallback

      protected Object pagingCallback
    • size

      protected Integer size
  • Konstruktordetails

    • UserGroups

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

      @Internal public UserGroups(Object callback, List<GroupName> items, Integer maxResults, Object pagingCallback, Integer size)
      Constructs a validated instance of UserGroups.

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

      Parameter:
      callback - callback
      items - items
      maxResults - maxResults
      pagingCallback - pagingCallback
      size - size
    • UserGroups

      protected UserGroups()
  • Methodendetails