Klasse BulkGetGroupsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.BulkGetGroupsOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class BulkGetGroupsOperationSpec extends Object
BulkGetGroupsSpec

Specification for the BulkGetGroups operation.

Bulk get groups

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • BulkGetGroupsOperationSpec

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

      @Internal public BulkGetGroupsOperationSpec(Long startAt, Integer maxResults, Set<String> groupId, Set<String> groupName, String accessType, String applicationKey)
      Constructs a validated instance of BulkGetGroupsOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
      groupId - The ID of a group. To specify multiple IDs, pass multiple groupId parameters. For example, groupId=5b10a2844c20165700ede21g&amp;groupId=5b10ac8d82e05b22cc7d4ef5.
      groupName - The name of a group. To specify multiple names, pass multiple groupName parameters. For example, groupName=administrators&amp;groupName=jira-software-users.
      accessType - The access level of a group. Valid values: 'site-admin', 'admin', 'user'.
      applicationKey - The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.
    • BulkGetGroupsOperationSpec

      protected BulkGetGroupsOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • startAt

      @Nullable public @Nullable Long startAt()
      The index of the first item to return in a page of results (page offset).
    • maxResults

      @Nullable public @Nullable Integer maxResults()
      The maximum number of items to return per page.
    • groupId

      @Nullable public @Nullable Set<String> groupId()
      The ID of a group. To specify multiple IDs, pass multiple groupId parameters. For example, groupId=5b10a2844c20165700ede21g&amp;groupId=5b10ac8d82e05b22cc7d4ef5.
    • groupName

      @Nullable public @Nullable Set<String> groupName()
      The name of a group. To specify multiple names, pass multiple groupName parameters. For example, groupName=administrators&amp;groupName=jira-software-users.
    • accessType

      @Nullable public @Nullable String accessType()
      The access level of a group. Valid values: 'site-admin', 'admin', 'user'.
    • applicationKey

      @Nullable public @Nullable String applicationKey()
      The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.
    • startAt

      public BulkGetGroupsOperationSpec startAt(@Nullable @Nullable Long startAt)
      The index of the first item to return in a page of results (page offset).
      Gibt zurück:
      this.
    • maxResults

      public BulkGetGroupsOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      Gibt zurück:
      this.
    • groupId

      public BulkGetGroupsOperationSpec groupId(@Nullable @Nullable Set<String> groupId)
      The ID of a group. To specify multiple IDs, pass multiple groupId parameters. For example, groupId=5b10a2844c20165700ede21g&amp;groupId=5b10ac8d82e05b22cc7d4ef5.
      Gibt zurück:
      this.
    • groupName

      public BulkGetGroupsOperationSpec groupName(@Nullable @Nullable Set<String> groupName)
      The name of a group. To specify multiple names, pass multiple groupName parameters. For example, groupName=administrators&amp;groupName=jira-software-users.
      Gibt zurück:
      this.
    • accessType

      public BulkGetGroupsOperationSpec accessType(@Nullable @Nullable String accessType)
      The access level of a group. Valid values: 'site-admin', 'admin', 'user'.
      Gibt zurück:
      this.
    • applicationKey

      public BulkGetGroupsOperationSpec applicationKey(@Nullable @Nullable String applicationKey)
      The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.
      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