Package app.knock.api.model
Class MethodOptions
- java.lang.Object
-
- app.knock.api.model.MethodOptions
-
public final class MethodOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodOptions.MethodOptionsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MethodOptions.MethodOptionsBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetIdempotencyKey()The idempotency key to use for the request.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static MethodOptions.MethodOptionsBuilder builder()
-
getIdempotencyKey
public java.lang.String getIdempotencyKey()
The idempotency key to use for the request.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-