Klasse AccessProfile

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

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

    • description

      protected String description
      description of the accessprofile
    • groupIds

      protected List<String> groupIds
      list of groupIds assigned to the accessprofile
    • id

      protected String id
      AccessProfile ID
    • includeTeamAdminsAsApprovers

      protected Boolean includeTeamAdminsAsApprovers
      When the property is set to true, all the team administrators becomes approvers. The default value is false
    • name

      protected String name
      name of the accessprofile
    • privilege

      protected BitSet privilege
    • teamAdmin

      protected TeamAdmin teamAdmin
    • teamApprovers

      protected TeamApprovers teamApprovers
  • Konstruktordetails

    • AccessProfile

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

      @Internal public AccessProfile(String description, List<String> groupIds, String id, Boolean includeTeamAdminsAsApprovers, String name, BitSet privilege, TeamAdmin teamAdmin, TeamApprovers teamApprovers)
      Constructs a validated instance of AccessProfile.

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

      Parameter:
      description - description of the accessprofile
      groupIds - list of groupIds assigned to the accessprofile
      id - AccessProfile ID
      includeTeamAdminsAsApprovers - When the property is set to true, all the team administrators becomes approvers. The default value is false
      name - name of the accessprofile
      privilege - privilege
      teamAdmin - teamAdmin
      teamApprovers - teamApprovers
    • AccessProfile

      protected AccessProfile()
  • Methodendetails

    • builder

      public static AccessProfile.AccessProfileBuilder builder()
    • description

      public String description()
      description of the accessprofile
    • groupIds

      public List<String> groupIds()
      list of groupIds assigned to the accessprofile
    • id

      public String id()
      AccessProfile ID
    • includeTeamAdminsAsApprovers

      public Boolean includeTeamAdminsAsApprovers()
      When the property is set to true, all the team administrators becomes approvers. The default value is false
    • name

      public String name()
      name of the accessprofile
    • privilege

      public BitSet privilege()
    • teamAdmin

      public TeamAdmin teamAdmin()
    • teamApprovers

      public TeamApprovers teamApprovers()
    • description

      public AccessProfile description(String description)
      description of the accessprofile
      Gibt zurück:
      this.
    • groupIds

      public AccessProfile groupIds(List<String> groupIds)
      list of groupIds assigned to the accessprofile
      Gibt zurück:
      this.
    • id

      public AccessProfile id(String id)
      AccessProfile ID
      Gibt zurück:
      this.
    • includeTeamAdminsAsApprovers

      public AccessProfile includeTeamAdminsAsApprovers(Boolean includeTeamAdminsAsApprovers)
      When the property is set to true, all the team administrators becomes approvers. The default value is false
      Gibt zurück:
      this.
    • name

      public AccessProfile name(String name)
      name of the accessprofile
      Gibt zurück:
      this.
    • privilege

      public AccessProfile privilege(BitSet privilege)
      Gibt zurück:
      this.
    • teamAdmin

      public AccessProfile teamAdmin(TeamAdmin teamAdmin)
      Gibt zurück:
      this.
    • teamApprovers

      public AccessProfile teamApprovers(TeamApprovers teamApprovers)
      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