java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Team

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

    • id

      protected String id
      Team id
    • name

      protected String name
      Team name
    • source

      protected Team.SourceEnum source
      The value is to identify whether the team is created from global team assignment or from user or by system
  • Konstruktordetails

    • Team

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

      @Internal public Team(String id, String name, Team.SourceEnum source)
      Constructs a validated instance of Team.

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

      Parameter:
      id - Team id
      name - Team name
      source - The value is to identify whether the team is created from global team assignment or from user or by system
    • Team

      protected Team()
  • Methodendetails

    • builder

      public static Team.TeamBuilder builder()
    • id

      public String id()
      Team id
    • name

      public String name()
      Team name
    • source

      public Team.SourceEnum source()
      The value is to identify whether the team is created from global team assignment or from user or by system
    • id

      public Team id(String id)
      Team id
      Gibt zurück:
      this.
    • name

      public Team name(String name)
      Team name
      Gibt zurück:
      this.
    • source

      public Team source(Team.SourceEnum source)
      The value is to identify whether the team is created from global team assignment or from user or by system
      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