Klasse OperationCheckResult
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.OperationCheckResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OperationCheckResult
extends Object
OperationCheckResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe operation itself. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OperationCheckResult.OperationEnumThe operation itself.protected StringThe space or content type that the operation applies to. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedOperationCheckResult(OperationCheckResult.OperationEnum operation, String targetType) Constructs a validated instance ofOperationCheckResult.Constructs a validated instance ofOperationCheckResult. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The operation itself.operation(OperationCheckResult.OperationEnum operation) The operation itself.The space or content type that the operation applies to.targetType(String targetType) The space or content type that the operation applies to.toString()
-
Felddetails
-
operation
The operation itself. -
targetType
The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space
-
-
Konstruktordetails
-
OperationCheckResult
Constructs a validated instance ofOperationCheckResult.- Parameter:
spec- the specification to process
-
OperationCheckResult
@Internal public OperationCheckResult(OperationCheckResult.OperationEnum operation, String targetType) Constructs a validated instance ofOperationCheckResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OperationCheckResult(Consumer)instead.- Parameter:
operation- The operation itself.targetType- The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space
-
OperationCheckResult
protected OperationCheckResult()
-
-
Methodendetails
-
builder
-
operation
The operation itself. -
targetType
The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space -
operation
The operation itself.- Gibt zurück:
this.
-
targetType
The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-