Klasse SetDefaultLevelsRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.SetDefaultLevelsRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetDefaultLevelsRequest
extends Object
SetDefaultLevelsRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<DefaultLevelValue>
List of objects with issue security scheme ID and new default level ID. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofSetDefaultLevelsRequest
.SetDefaultLevelsRequest
(List<DefaultLevelValue> defaultValues) Constructs a validated instance ofSetDefaultLevelsRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
List of objects with issue security scheme ID and new default level ID.defaultValues
(List<DefaultLevelValue> defaultValues) List of objects with issue security scheme ID and new default level ID.boolean
int
hashCode()
toString()
-
Felddetails
-
defaultValues
List of objects with issue security scheme ID and new default level ID.
-
-
Konstruktordetails
-
SetDefaultLevelsRequest
Constructs a validated instance ofSetDefaultLevelsRequest
.- Parameter:
spec
- the specification to process
-
SetDefaultLevelsRequest
Constructs a validated instance ofSetDefaultLevelsRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SetDefaultLevelsRequest(Consumer)
instead.- Parameter:
defaultValues
- List of objects with issue security scheme ID and new default level ID.
-
SetDefaultLevelsRequest
protected SetDefaultLevelsRequest()
-
-
Methodendetails
-
builder
-
defaultValues
List of objects with issue security scheme ID and new default level ID. -
defaultValues
List of objects with issue security scheme ID and new default level ID.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-