Klasse ActorsMap

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

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

    • group

      protected List<String> group
      The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.
    • groupId

      protected List<String> groupId
      The ID of the group to add. This parameter cannot be used with the group parameter.
    • user

      protected List<String> user
      The user account ID of the user to add.
  • Konstruktordetails

    • ActorsMap

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

      @Internal public ActorsMap(List<String> group, List<String> groupId, List<String> user)
      Constructs a validated instance of ActorsMap.

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

      Parameter:
      group - The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.
      groupId - The ID of the group to add. This parameter cannot be used with the group parameter.
      user - The user account ID of the user to add.
    • ActorsMap

      protected ActorsMap()
  • Methodendetails

    • builder

      public static ActorsMap.ActorsMapBuilder builder()
    • group

      public List<String> group()
      The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.
    • groupId

      public List<String> groupId()
      The ID of the group to add. This parameter cannot be used with the group parameter.
    • user

      public List<String> user()
      The user account ID of the user to add.
    • group

      public ActorsMap group(List<String> group)
      The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.
      Gibt zurück:
      this.
    • groupId

      public ActorsMap groupId(List<String> groupId)
      The ID of the group to add. This parameter cannot be used with the group parameter.
      Gibt zurück:
      this.
    • user

      public ActorsMap user(List<String> user)
      The user account ID of the user to add.
      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