Klasse SearchSecuritySchemesOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchSecuritySchemesOperationSpec

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

Specification for the SearchSecuritySchemes operation.

Search issue security schemes

  • Felddetails

    • VALIDATION_ENABLED

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

    • SearchSecuritySchemesOperationSpec

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

      @Internal public SearchSecuritySchemesOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> projectId)
      Constructs a validated instance of SearchSecuritySchemesOperationSpec.

      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.
      id - The list of issue security scheme IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand: id=10000&amp;id=10001.
      projectId - The list of project IDs. To include multiple project IDs, separate IDs with an ampersand: projectId=10000&amp;projectId=10001.
    • SearchSecuritySchemesOperationSpec

      protected SearchSecuritySchemesOperationSpec()
  • 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 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 scheme IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand: id=10000&amp;id=10001.
    • projectId

      @Nullable public @Nullable Set<String> projectId()
      The list of project IDs. To include multiple project IDs, separate IDs with an ampersand: projectId=10000&amp;projectId=10001.
    • startAt

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

      public SearchSecuritySchemesOperationSpec maxResults(@Nullable @Nullable String maxResults)
      The maximum number of items to return per page.
      Gibt zurück:
      this.
    • id

      public SearchSecuritySchemesOperationSpec id(@Nullable @Nullable Set<String> id)
      The list of issue security scheme IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand: id=10000&amp;id=10001.
      Gibt zurück:
      this.
    • projectId

      public SearchSecuritySchemesOperationSpec projectId(@Nullable @Nullable Set<String> projectId)
      The list of project IDs. To include multiple project IDs, separate IDs with an ampersand: projectId=10000&amp;projectId=10001.
      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