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