Class GetSecurityLevelMembersOperationSpec

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

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

Specification for the GetSecurityLevelMembers operation.

Get issue security level members

  • Field Details

    • VALIDATION_ENABLED

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

    • GetSecurityLevelMembersOperationSpec

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

      @Internal public GetSecurityLevelMembersOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> schemeId, Set<String> levelId, String expand)
      Constructs a validated instance of GetSecurityLevelMembersOperationSpec.

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

      Parameters:
      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.
      id - The list of issue security level member IDs. To include multiple issue security level members separate IDs with an ampersand: id=10000&amp;id=10001.
      schemeId - The list of issue security scheme IDs. To include multiple issue security schemes separate IDs with an ampersand: schemeId=10000&amp;schemeId=10001.
      levelId - The list of issue security level IDs. To include multiple issue security levels separate IDs with an ampersand: levelId=10000&amp;levelId=10001.
      expand - Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about the custom field granted the permission * group Returns information about the group that is granted the permission * projectRole Returns information about the project role granted the permission * user Returns information about the user who is granted the permission
    • GetSecurityLevelMembersOperationSpec

      protected GetSecurityLevelMembersOperationSpec()
  • Method Details

    • validate

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

    • startAt

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

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

      @Nullable public @Nullable Set<String> id()
      The list of issue security level member IDs. To include multiple issue security level members separate IDs with an ampersand: id=10000&amp;id=10001.
    • schemeId

      @Nullable public @Nullable Set<String> schemeId()
      The list of issue security scheme IDs. To include multiple issue security schemes separate IDs with an ampersand: schemeId=10000&amp;schemeId=10001.
    • levelId

      @Nullable public @Nullable Set<String> levelId()
      The list of issue security level IDs. To include multiple issue security levels separate IDs with an ampersand: levelId=10000&amp;levelId=10001.
    • expand

      @Nullable public @Nullable String expand()
      Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about the custom field granted the permission * group Returns information about the group that is granted the permission * projectRole Returns information about the project role granted the permission * user Returns information about the user who is granted the permission
    • startAt

      public GetSecurityLevelMembersOperationSpec startAt(@Nullable @Nullable String startAt)
      The index of the first item to return in a page of results (page offset).
      Returns:
      this.
    • maxResults

      public GetSecurityLevelMembersOperationSpec maxResults(@Nullable @Nullable String maxResults)
      The maximum number of items to return per page.
      Returns:
      this.
    • id

      public GetSecurityLevelMembersOperationSpec id(@Nullable @Nullable Set<String> id)
      The list of issue security level member IDs. To include multiple issue security level members separate IDs with an ampersand: id=10000&amp;id=10001.
      Returns:
      this.
    • schemeId

      public GetSecurityLevelMembersOperationSpec schemeId(@Nullable @Nullable Set<String> schemeId)
      The list of issue security scheme IDs. To include multiple issue security schemes separate IDs with an ampersand: schemeId=10000&amp;schemeId=10001.
      Returns:
      this.
    • levelId

      public GetSecurityLevelMembersOperationSpec levelId(@Nullable @Nullable Set<String> levelId)
      The list of issue security level IDs. To include multiple issue security levels separate IDs with an ampersand: levelId=10000&amp;levelId=10001.
      Returns:
      this.
    • expand

      public GetSecurityLevelMembersOperationSpec expand(@Nullable @Nullable String expand)
      Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about the custom field granted the permission * group Returns information about the group that is granted the permission * projectRole Returns information about the project role granted the permission * user Returns information about the user who is granted the permission
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object