| Modifier and Type | Method and Description |
|---|---|
Services |
build()
Builds a new
Services. |
Services.Builder |
from(Services instance)
Fill a builder with attribute values from the provided
Services instance. |
Services.Builder |
isPaidServicesAllowed(boolean isPaidServicesAllowed)
Initializes the value for the
isPaidServicesAllowed attribute. |
Services.Builder |
totalServiceInstances(Integer totalServiceInstances)
Initializes the value for the
totalServiceInstances attribute. |
Services.Builder |
totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
public final Services.Builder from(Services instance)
Services instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Services.Builder isPaidServicesAllowed(boolean isPaidServicesAllowed)
isPaidServicesAllowed attribute.isPaidServicesAllowed - The value for isPaidServicesAllowedthis builder for use in a chained invocationpublic final Services.Builder totalServiceInstances(Integer totalServiceInstances)
totalServiceInstances attribute.totalServiceInstances - The value for totalServiceInstances (can be null)this builder for use in a chained invocationpublic final Services.Builder totalServiceKeys(Integer totalServiceKeys)
totalServiceKeys attribute.totalServiceKeys - The value for totalServiceKeys (can be null)this builder for use in a chained invocationpublic Services build()
Services.IllegalStateException - if any required attributes are missingCopyright © 2026. All rights reserved.