Klasse GetUserSessionOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.GetUserSessionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserSessionOperationSpec
extends Object
GetUserSessionSpec
Specification for the GetUserSession operation.
Get a user's session
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.@NotNull StringThe session ID for the user.The session ID for the user.toString()@NotNull Stringtype()The session type for the user session ID.The session type for the user session ID.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
-
GetUserSessionOperationSpec
Constructs a validated implementation ofGetUserSessionOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
id
The ID of the resource. -
type
The session type for the user session ID. -
sessionId
The session ID for the user. -
id
The ID of the resource.- Gibt zurück:
this.
-
type
The session type for the user session ID.- Gibt zurück:
this.
-
sessionId
The session ID for the user.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-