Class SetBannerOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetBannerOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetBannerOperationSpec
extends Object
SetBannerSpec
Specification for the SetBanner operation.
Update announcement banner configuration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetBannerOperationSpec
(AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate) Constructs a validated instance ofSetBannerOperationSpec
.Constructs a validated instance ofSetBannerOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionannouncementBannerConfigurationUpdate
(@NotNull AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate) builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
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
-
SetBannerOperationSpec
Constructs a validated instance ofSetBannerOperationSpec
.- Parameters:
spec
- the specification to process
-
SetBannerOperationSpec
@Internal public SetBannerOperationSpec(AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate) Constructs a validated instance ofSetBannerOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
announcementBannerConfigurationUpdate
-
-
SetBannerOperationSpec
protected SetBannerOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
announcementBannerConfigurationUpdate
@NotNull public @NotNull AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate() -
announcementBannerConfigurationUpdate
public SetBannerOperationSpec announcementBannerConfigurationUpdate(@NotNull @NotNull AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-