Class AssociatedNotificationListResponse.Builder
-
- All Implemented Interfaces:
public final class AssociatedNotificationListResponse.BuilderA builder for AssociatedNotificationListResponse.
-
-
Method Summary
-
-
Method Detail
-
paging
final AssociatedNotificationListResponse.Builder paging(Paging paging)
-
paging
final AssociatedNotificationListResponse.Builder paging(JsonField<Paging> paging)
Sets Builder.paging to an arbitrary JSON value.
You should usually call Builder.paging with a well-typed Paging value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
results
final AssociatedNotificationListResponse.Builder results(List<NotificationTemplateSummary> results)
-
results
final AssociatedNotificationListResponse.Builder results(JsonField<List<NotificationTemplateSummary>> results)
Sets Builder.results to an arbitrary JSON value.
You should usually call Builder.results with a well-typed
List<NotificationTemplateSummary>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addResult
final AssociatedNotificationListResponse.Builder addResult(NotificationTemplateSummary result)
Adds a single NotificationTemplateSummary to results.
-
additionalProperties
final AssociatedNotificationListResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AssociatedNotificationListResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AssociatedNotificationListResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AssociatedNotificationListResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AssociatedNotificationListResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AssociatedNotificationListResponse build()
Returns an immutable instance of AssociatedNotificationListResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.paging() .results()
-
-
-
-