Package com.courier.models.bulk
Class BulkListUsersResponse
-
- All Implemented Interfaces:
public final class BulkListUsersResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkListUsersResponse.BuilderA builder for BulkListUsersResponse.
public final classBulkListUsersResponse.Item
-
Method Summary
Modifier and Type Method Description final List<BulkListUsersResponse.Item>items()final Pagingpaging()final JsonField<List<BulkListUsersResponse.Item>>_items()Returns the raw JSON value of items. final JsonField<Paging>_paging()Returns the raw JSON value of paging. final Map<String, JsonValue>_additionalProperties()final BulkListUsersResponse.BuildertoBuilder()final BulkListUsersResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkListUsersResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BulkListUsersResponse. -
-
Method Detail
-
items
final List<BulkListUsersResponse.Item> items()
-
_items
final JsonField<List<BulkListUsersResponse.Item>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkListUsersResponse.Builder toBuilder()
-
validate
final BulkListUsersResponse validate()
-
builder
final static BulkListUsersResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkListUsersResponse.
The following fields are required:
.items() .paging()
-
-
-
-