Klasse PermissionCheckResponse
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.PermissionCheckResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PermissionCheckResponse
extends Object
PermissionCheckResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofPermissionCheckResponse.Constructs a validated instance ofPermissionCheckResponse. -
Methodenübersicht
-
Felddetails
-
hasPermission
-
errors
-
_links
-
-
Konstruktordetails
-
PermissionCheckResponse
Constructs a validated instance ofPermissionCheckResponse.- Parameter:
spec- the specification to process
-
PermissionCheckResponse
@Internal public PermissionCheckResponse(Boolean hasPermission, List<Message> errors, Map<String, String> _links) Constructs a validated instance ofPermissionCheckResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PermissionCheckResponse(Consumer)instead.- Parameter:
hasPermission- hasPermissionerrors- errors_links- _links
-
PermissionCheckResponse
protected PermissionCheckResponse()
-
-
Methodendetails
-
builder
-
hasPermission
-
errors
-
_links
-
hasPermission
- Gibt zurück:
this.
-
errors
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-