Klasse AddLabelsToContentRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AddLabelsToContentRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddLabelsToContentRequest
extends Object
AddLabelsToContentRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAddLabelsToContentRequest(String prefix, String name) Constructs a validated instance ofAddLabelsToContentRequest.Constructs a validated instance ofAddLabelsToContentRequest. -
Methodenübersicht
-
Felddetails
-
prefix
The prefix for the label.global,myteam, etc. -
name
The name of the label, which will be shown in the UI.
-
-
Konstruktordetails
-
AddLabelsToContentRequest
Constructs a validated instance ofAddLabelsToContentRequest.- Parameter:
spec- the specification to process
-
AddLabelsToContentRequest
Constructs a validated instance ofAddLabelsToContentRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AddLabelsToContentRequest(Consumer)instead.- Parameter:
prefix- The prefix for the label.global,myteam, etc.name- The name of the label, which will be shown in the UI.
-
AddLabelsToContentRequest
protected AddLabelsToContentRequest()
-
-
Methodendetails
-
builder
-
prefix
The prefix for the label.global,myteam, etc. -
name
The name of the label, which will be shown in the UI. -
prefix
The prefix for the label.global,myteam, etc.- Gibt zurück:
this.
-
name
The name of the label, which will be shown in the UI.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-