Klasse GetGroupOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetGroupOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetGroupOperationSpec
extends Object
GetGroupSpec
Specification for the GetGroup operation.
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetGroupOperationSpec(String groupId) Constructs a validated instance ofGetGroupOperationSpec.Constructs a validated instance ofGetGroupOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@NotNull StringgroupId()The path parameter specifies the id of a group whose details are to be retrieved.The path parameter specifies the id of a group whose details are to be retrieved.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
-
GetGroupOperationSpec
Constructs a validated instance ofGetGroupOperationSpec.- Parameter:
spec- the specification to process
-
GetGroupOperationSpec
Constructs a validated instance ofGetGroupOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
groupId- The path parameter specifies the id of a group whose details are to be retrieved.
-
GetGroupOperationSpec
protected GetGroupOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
groupId
The path parameter specifies the id of a group whose details are to be retrieved. -
groupId
The path parameter specifies the id of a group whose details are to be retrieved.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-