Klasse SetDefaultLevelsRequest
java.lang.Object
io.github.primelib.jira4j.restv3.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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofSetDefaultLevelsRequest.SetDefaultLevelsRequest(List<DefaultLevelValue> defaultValues) Constructs a validated instance ofSetDefaultLevelsRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanList 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.booleaninthashCode()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
-