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