Class AnnouncementBannerConfigurationUpdate
java.lang.Object
io.github.primelib.jira4j.restv2.model.AnnouncementBannerConfigurationUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AnnouncementBannerConfigurationUpdate
extends Object
AnnouncementBannerConfigurationUpdate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
Flag indicating if the announcement banner can be dismissed by the user.protected Boolean
Flag indicating if the announcement banner is enabled or not.protected String
The text on the announcement banner.protected String
Visibility of the announcement banner. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AnnouncementBannerConfigurationUpdate
(Boolean isDismissible, Boolean isEnabled, String message, String visibility) Constructs a validated instance ofAnnouncementBannerConfigurationUpdate
.Constructs a validated instance ofAnnouncementBannerConfigurationUpdate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
Flag indicating if the announcement banner can be dismissed by the user.isDismissible
(Boolean isDismissible) Flag indicating if the announcement banner can be dismissed by the user.Flag indicating if the announcement banner is enabled or not.Flag indicating if the announcement banner is enabled or not.message()
The text on the announcement banner.The text on the announcement banner.toString()
Visibility of the announcement banner.visibility
(String visibility) Visibility of the announcement banner.
-
Field Details
-
isDismissible
Flag indicating if the announcement banner can be dismissed by the user. -
isEnabled
Flag indicating if the announcement banner is enabled or not. -
message
The text on the announcement banner. -
visibility
Visibility of the announcement banner. Can be public or private.
-
-
Constructor Details
-
AnnouncementBannerConfigurationUpdate
Constructs a validated instance ofAnnouncementBannerConfigurationUpdate
.- Parameters:
spec
- the specification to process
-
AnnouncementBannerConfigurationUpdate
@Internal public AnnouncementBannerConfigurationUpdate(Boolean isDismissible, Boolean isEnabled, String message, String visibility) Constructs a validated instance ofAnnouncementBannerConfigurationUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AnnouncementBannerConfigurationUpdate(Consumer)
instead.- Parameters:
isDismissible
- Flag indicating if the announcement banner can be dismissed by the user.isEnabled
- Flag indicating if the announcement banner is enabled or not.message
- The text on the announcement banner.visibility
- Visibility of the announcement banner. Can be public or private.
-
AnnouncementBannerConfigurationUpdate
protected AnnouncementBannerConfigurationUpdate()
-
-
Method Details
-
builder
public static AnnouncementBannerConfigurationUpdate.AnnouncementBannerConfigurationUpdateBuilder builder() -
isDismissible
Flag indicating if the announcement banner can be dismissed by the user. -
isEnabled
Flag indicating if the announcement banner is enabled or not. -
message
The text on the announcement banner. -
visibility
Visibility of the announcement banner. Can be public or private. -
isDismissible
Flag indicating if the announcement banner can be dismissed by the user.- Returns:
this
.
-
isEnabled
Flag indicating if the announcement banner is enabled or not.- Returns:
this
.
-
message
The text on the announcement banner.- Returns:
this
.
-
visibility
Visibility of the announcement banner. Can be public or private.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-