Package | Description |
---|---|
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
static ContainerRepositoryReadme.Format |
ContainerRepositoryReadme.Format.create(String key) |
ContainerRepositoryReadme.Format |
ContainerRepositoryReadme.getFormat()
Readme format.
|
static ContainerRepositoryReadme.Format |
ContainerRepositoryReadme.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerRepositoryReadme.Format[] |
ContainerRepositoryReadme.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainerRepositoryReadme.Builder |
ContainerRepositoryReadme.Builder.format(ContainerRepositoryReadme.Format format)
Readme format.
|
Constructor and Description |
---|
ContainerRepositoryReadme(String content,
ContainerRepositoryReadme.Format format)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.