Package com.courier.models.auditevents
Class AuditEventListResponse
-
- All Implemented Interfaces:
public final class AuditEventListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditEventListResponse.BuilderA builder for AuditEventListResponse.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<AuditEvent>results()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<AuditEvent>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final AuditEventListResponse.BuildertoBuilder()final AuditEventListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditEventListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AuditEventListResponse. -
-
Method Detail
-
results
final List<AuditEvent> results()
-
_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.
-
_results
final JsonField<List<AuditEvent>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditEventListResponse.Builder toBuilder()
-
validate
final AuditEventListResponse 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 AuditEventListResponse.Builder builder()
Returns a mutable builder for constructing an instance of AuditEventListResponse.
The following fields are required:
.paging() .results()
-
-
-
-