Klasse GetViewersOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetViewersOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetViewersOperationSpec
extends Object
GetViewersSpec
Specification for the GetViewers operation.
Get viewers
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetViewersOperationSpec(String contentId, String fromDate) Constructs a validated instance ofGetViewersOperationSpec.Constructs a validated instance ofGetViewersOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull StringThe ID of the content to get the viewers for.The ID of the content to get the viewers for.boolean@Nullable StringfromDate()The number of views for the content since the date.The number of views for the content since the date.inthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetViewersOperationSpec
Constructs a validated instance ofGetViewersOperationSpec.- Parameter:
spec- the specification to process
-
GetViewersOperationSpec
Constructs a validated instance ofGetViewersOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
contentId- The ID of the content to get the viewers for.fromDate- The number of views for the content since the date.
-
GetViewersOperationSpec
protected GetViewersOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
contentId
The ID of the content to get the viewers for. -
fromDate
The number of views for the content since the date. -
contentId
The ID of the content to get the viewers for.- Gibt zurück:
this.
-
fromDate
The number of views for the content since the date.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-