public static class CreationSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreationSource |
build() |
CreationSource.Builder |
copy(CreationSource model) |
CreationSource.Builder |
details(String details)
This will provide additional details for source of auto-creation.
|
CreationSource.Builder |
type(CreationSourceType type)
Source that auto-created the entity.
|
public CreationSource.Builder type(CreationSourceType type)
Source that auto-created the entity.
type
- the value to setpublic CreationSource.Builder details(String details)
This will provide additional details for source of auto-creation. For example, if entity is auto-created by enterprise manager bridge, this field provides additional detail on enterprise manager that contributed to the entity auto-creation.
details
- the value to setpublic CreationSource build()
public CreationSource.Builder copy(CreationSource model)
Copyright © 2016–2024. All rights reserved.