Class RewardApproveParams.Body
-
- All Implemented Interfaces:
public final class RewardApproveParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRewardApproveParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>fulfill()Set true to mark the reward as fulfilled after approval. final JsonField<Boolean>_fulfill()Returns the raw JSON value of fulfill. final Map<String, JsonValue>_additionalProperties()final RewardApproveParams.Body.BuildertoBuilder()final RewardApproveParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RewardApproveParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_fulfill
final JsonField<Boolean> _fulfill()
Returns the raw JSON value of fulfill.
Unlike fulfill, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RewardApproveParams.Body.Builder toBuilder()
-
validate
final RewardApproveParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static RewardApproveParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-