public static class ResourceTypeMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceTypeMetadata |
build() |
ResourceTypeMetadata.Builder |
copy(ResourceTypeMetadata model) |
ResourceTypeMetadata.Builder |
properties(List<MetadataProperty> properties)
Any properties needed to describe the content and its usage for this resource type, and
within the containing package.
|
ResourceTypeMetadata.Builder |
resourceType(String resourceType)
The type of the resource described by this metadata object.
|
public ResourceTypeMetadata.Builder resourceType(String resourceType)
The type of the resource described by this metadata object.
resourceType
- the value to setpublic ResourceTypeMetadata.Builder properties(List<MetadataProperty> properties)
Any properties needed to describe the content and its usage for this resource type, and within the containing package.
properties
- the value to setpublic ResourceTypeMetadata build()
public ResourceTypeMetadata.Builder copy(ResourceTypeMetadata model)
Copyright © 2016–2025. All rights reserved.