SELF - Self type.public interface WithIdMixin<SELF extends HasId> extends HasId
| Modifier and Type | Method and Description |
|---|---|
default SELF |
withId(String id)
Chains setting id.
|
default SELF withId(String id)
id - Id to set.HasId.setId(String)Copyright © 2023 Miki. All rights reserved.