Klasse GetFieldConfigurationSchemeProjectMappingOperationSpec

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

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

Specification for the GetFieldConfigurationSchemeProjectMapping operation.

Get field configuration schemes for projects

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetFieldConfigurationSchemeProjectMappingOperationSpec

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

      @Internal public GetFieldConfigurationSchemeProjectMappingOperationSpec(Set<Long> projectId, Long startAt, Integer maxResults)
      Constructs a validated instance of GetFieldConfigurationSchemeProjectMappingOperationSpec.

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

      Parameter:
      projectId - The list of project IDs. To include multiple projects, separate IDs with ampersand: projectId=10000&amp;projectId=10001.
      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.
    • GetFieldConfigurationSchemeProjectMappingOperationSpec

      protected GetFieldConfigurationSchemeProjectMappingOperationSpec()
  • Methodendetails