Klasse AnnouncementBannerConfigurationUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.AnnouncementBannerConfigurationUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AnnouncementBannerConfigurationUpdate
extends Object
AnnouncementBannerConfigurationUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanFlag indicating if the announcement banner can be dismissed by the user.protected BooleanFlag indicating if the announcement banner is enabled or not.protected StringThe text on the announcement banner.protected StringVisibility of the announcement banner. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAnnouncementBannerConfigurationUpdate(Boolean isDismissible, Boolean isEnabled, String message, String visibility) Constructs a validated instance ofAnnouncementBannerConfigurationUpdate.Constructs a validated instance ofAnnouncementBannerConfigurationUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
AnnouncementBannerConfigurationUpdate
Constructs a validated instance ofAnnouncementBannerConfigurationUpdate.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
isEnabled
Flag indicating if the announcement banner is enabled or not.- Gibt zurück:
this.
-
message
The text on the announcement banner.- Gibt zurück:
this.
-
visibility
Visibility of the announcement banner. Can be public or private.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-