Klasse SpacePermissionCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpacePermissionCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SpacePermissionCreate
extends Object
SpacePermissionCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanGrant anonymous users permission to use the operation.protected OperationCheckResultprotected SpacePermissionCreateSubjectsprotected BooleanGrants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSpacePermissionCreate(SpacePermissionCreateSubjects subjects, OperationCheckResult operation, Boolean anonymousAccess, Boolean unlicensedAccess) Constructs a validated instance ofSpacePermissionCreate.Constructs a validated instance ofSpacePermissionCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGrant anonymous users permission to use the operation.anonymousAccess(Boolean anonymousAccess) Grant anonymous users permission to use the operation.builder()protected booleanbooleaninthashCode()operation(OperationCheckResult operation) subjects()subjects(SpacePermissionCreateSubjects subjects) toString()Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.unlicensedAccess(Boolean unlicensedAccess) Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.
-
Felddetails
-
subjects
-
operation
-
anonymousAccess
Grant anonymous users permission to use the operation. -
unlicensedAccess
Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.
-
-
Konstruktordetails
-
SpacePermissionCreate
Constructs a validated instance ofSpacePermissionCreate.- Parameter:
spec- the specification to process
-
SpacePermissionCreate
@Internal public SpacePermissionCreate(SpacePermissionCreateSubjects subjects, OperationCheckResult operation, Boolean anonymousAccess, Boolean unlicensedAccess) Constructs a validated instance ofSpacePermissionCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePermissionCreate(Consumer)instead.- Parameter:
subjects- subjectsoperation- operationanonymousAccess- Grant anonymous users permission to use the operation.unlicensedAccess- Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.
-
SpacePermissionCreate
protected SpacePermissionCreate()
-
-
Methodendetails
-
builder
-
subjects
-
operation
-
anonymousAccess
Grant anonymous users permission to use the operation. -
unlicensedAccess
Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation. -
subjects
- Gibt zurück:
this.
-
operation
- Gibt zurück:
this.
-
anonymousAccess
Grant anonymous users permission to use the operation.- Gibt zurück:
this.
-
unlicensedAccess
Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-