Package app.knock.api.models.objects
Class ObjectListSchedulesPageResponse
-
- All Implemented Interfaces:
public final class ObjectListSchedulesPageResponseA response containing a list of schedules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListSchedulesPageResponse.BuilderA builder for ObjectListSchedulesPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Schedule>entries()A list of schedules. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<Schedule>>_entries()Returns the raw JSON value of entries. final JsonField<PageInfo>_pageInfo()Returns the raw JSON value of pageInfo. final Map<String, JsonValue>_additionalProperties()final ObjectListSchedulesPageResponse.BuildertoBuilder()final ObjectListSchedulesPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListSchedulesPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ObjectListSchedulesPageResponse. -
-
Method Detail
-
_entries
final JsonField<List<Schedule>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_pageInfo
final JsonField<PageInfo> _pageInfo()
Returns the raw JSON value of pageInfo.
Unlike pageInfo, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ObjectListSchedulesPageResponse.Builder toBuilder()
-
validate
final ObjectListSchedulesPageResponse validate()
-
builder
final static ObjectListSchedulesPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ObjectListSchedulesPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-