public static interface AddonHealth.Builder extends SdkPojo, CopyableBuilder<AddonHealth.Builder,AddonHealth>
| Modifier and Type | Method and Description |
|---|---|
AddonHealth.Builder |
issues(AddonIssue... issues)
An object representing the health issues for an add-on.
|
AddonHealth.Builder |
issues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
|
AddonHealth.Builder |
issues(Consumer<AddonIssue.Builder>... issues)
An object representing the health issues for an add-on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddonHealth.Builder issues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
issues - An object representing the health issues for an add-on.AddonHealth.Builder issues(AddonIssue... issues)
An object representing the health issues for an add-on.
issues - An object representing the health issues for an add-on.AddonHealth.Builder issues(Consumer<AddonIssue.Builder>... issues)
An object representing the health issues for an add-on.
This is a convenience method that creates an instance of theAddonIssue.Builder avoiding the need to create one manually
via AddonIssue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #issues(List.
issues - a consumer that will call methods on
AddonIssue.Builder#issues(java.util.Collection) Copyright © 2022. All rights reserved.