Klasse ContentStateBulkSetTaskUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentStateBulkSetTaskUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentStateBulkSetTaskUpdate
extends Object
ContentStateBulkSetTaskUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<ContentStateFailure>protected Stringprotected Longprotected ContentStateprotected Boolean -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofContentStateBulkSetTaskUpdate.ContentStateBulkSetTaskUpdate(List<String> set, List<ContentStateFailure> failed, Long percentage, String message, ContentState state, Boolean success) Constructs a validated instance ofContentStateBulkSetTaskUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanfailed()failed(List<ContentStateFailure> failed) inthashCode()message()percentage(Long percentage) set()state()state(ContentState state) success()toString()
-
Felddetails
-
set
-
failed
-
percentage
-
message
-
state
-
success
-
-
Konstruktordetails
-
ContentStateBulkSetTaskUpdate
Constructs a validated instance ofContentStateBulkSetTaskUpdate.- Parameter:
spec- the specification to process
-
ContentStateBulkSetTaskUpdate
@Internal public ContentStateBulkSetTaskUpdate(List<String> set, List<ContentStateFailure> failed, Long percentage, String message, ContentState state, Boolean success) Constructs a validated instance ofContentStateBulkSetTaskUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentStateBulkSetTaskUpdate(Consumer)instead.- Parameter:
set- setfailed- failedpercentage- percentagemessage- messagestate- statesuccess- success
-
ContentStateBulkSetTaskUpdate
protected ContentStateBulkSetTaskUpdate()
-
-
Methodendetails
-
builder
-
set
-
failed
-
percentage
-
message
-
state
-
success
-
set
- Gibt zurück:
this.
-
failed
- Gibt zurück:
this.
-
percentage
- Gibt zurück:
this.
-
message
- Gibt zurück:
this.
-
state
- Gibt zurück:
this.
-
success
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-