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