Modifier and Type | Class and Description |
---|---|
static class |
Mirror.Builder
Builder class used to create Mirror instances.
|
static class |
Profile.Builder
Builder class used to create Profile instances.
|
static class |
Proxy.Builder
Builder class used to create Proxy instances.
|
static class |
Server.Builder
Builder class used to create Server instances.
|
Modifier and Type | Method and Description |
---|---|
IdentifiableBase.Builder |
IdentifiableBase.Builder.id(String id) |
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder()
Creates a new
IdentifiableBase builder instance. |
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder(boolean withDefaults)
Creates a new
IdentifiableBase builder instance using default values or not. |
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder(IdentifiableBase from)
Creates a new
IdentifiableBase builder instance using the specified object as a basis. |
static IdentifiableBase.Builder |
IdentifiableBase.newBuilder(IdentifiableBase from,
boolean forceCopy)
Creates a new
IdentifiableBase builder instance using the specified object as a basis. |
IdentifiableBase.Builder |
IdentifiableBase.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.