| static NotificationSettings.Builder | NotificationSettings. builder() | Create a new builder. | 
| NotificationSettings.Builder | NotificationSettings.Builder. copy(NotificationSettings model) |  | 
| NotificationSettings.Builder | NotificationSettings.Builder. itemsPerPage(Integer itemsPerPage) | The number of resources returned in a list response page. | 
| NotificationSettings.Builder | NotificationSettings.Builder. resources(List<NotificationSetting> resources) | A multi-valued list of complex objects containing the requested resources. | 
| NotificationSettings.Builder | NotificationSettings.Builder. schemas(List<String> schemas) | The schemas attribute is an array of Strings which allows introspection of the supported
schema version for a SCIM representation as well any schema extensions supported by that
representation. | 
| NotificationSettings.Builder | NotificationSettings.Builder. startIndex(Integer startIndex) | The 1-based index of the first result in the current set of list results. | 
| NotificationSettings.Builder | NotificationSettings. toBuilder() |  | 
| NotificationSettings.Builder | NotificationSettings.Builder. totalResults(Integer totalResults) | The total number of results returned by the list or query operation. |