Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetFieldConfigurationSchemeProjectMappingOperationSpec(Consumer<GetFieldConfigurationSchemeProjectMappingOperationSpec> spec) Constructs a validated instance ofGetFieldConfigurationSchemeProjectMappingOperationSpec.GetFieldConfigurationSchemeProjectMappingOperationSpec(Set<Long> projectId, Long startAt, Integer maxResults) Constructs a validated instance ofGetFieldConfigurationSchemeProjectMappingOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.The list of project IDs.The list of project IDs.@Nullable LongstartAt()The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetFieldConfigurationSchemeProjectMappingOperationSpec
@Internal public GetFieldConfigurationSchemeProjectMappingOperationSpec(Consumer<GetFieldConfigurationSchemeProjectMappingOperationSpec> spec) Constructs a validated instance ofGetFieldConfigurationSchemeProjectMappingOperationSpec.- Parameters:
spec- the specification to process
-
GetFieldConfigurationSchemeProjectMappingOperationSpec
@Internal public GetFieldConfigurationSchemeProjectMappingOperationSpec(Set<Long> projectId, Long startAt, Integer maxResults) Constructs a validated instance ofGetFieldConfigurationSchemeProjectMappingOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
projectId- The list of project IDs. To include multiple projects, separate IDs with ampersand:projectId=10000&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()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
projectId
The list of project IDs. To include multiple projects, separate IDs with ampersand:projectId=10000&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. -
projectId
public GetFieldConfigurationSchemeProjectMappingOperationSpec projectId(@NotNull @NotNull Set<Long> projectId) The list of project IDs. To include multiple projects, separate IDs with ampersand:projectId=10000&projectId=10001.- Returns:
this.
-
startAt
public GetFieldConfigurationSchemeProjectMappingOperationSpec startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this.
-
maxResults
public GetFieldConfigurationSchemeProjectMappingOperationSpec maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-