Class ParticipantListRewardsResponse
-
- All Implemented Interfaces:
public final class ParticipantListRewardsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantListRewardsResponse.BuilderA builder for ParticipantListRewardsResponse.
-
Method Summary
Modifier and Type Method Description final Longlimit()final Optional<String>nextId()final List<ParticipantReward>rewards()final JsonField<Long>_limit()Returns the raw JSON value of limit. final JsonField<String>_nextId()Returns the raw JSON value of nextId. final JsonField<List<ParticipantReward>>_rewards()Returns the raw JSON value of rewards. final Map<String, JsonValue>_additionalProperties()final ParticipantListRewardsResponse.BuildertoBuilder()final ParticipantListRewardsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ParticipantListRewardsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ParticipantListRewardsResponse. -
-
Method Detail
-
rewards
final List<ParticipantReward> rewards()
-
_limit
final JsonField<Long> _limit()
Returns the raw JSON value of limit.
Unlike limit, this method doesn't throw if the JSON field has an unexpected type.
-
_nextId
final JsonField<String> _nextId()
Returns the raw JSON value of nextId.
Unlike nextId, this method doesn't throw if the JSON field has an unexpected type.
-
_rewards
final JsonField<List<ParticipantReward>> _rewards()
Returns the raw JSON value of rewards.
Unlike rewards, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ParticipantListRewardsResponse.Builder toBuilder()
-
validate
final ParticipantListRewardsResponse 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 ParticipantListRewardsResponse.Builder builder()
Returns a mutable builder for constructing an instance of ParticipantListRewardsResponse.
The following fields are required:
.limit() .nextId() .rewards()
-
-
-
-