public class MapResourceEntry
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MapResourceEntry.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
cardinality()
Gets the cardinality.
|
String |
category()
Gets the category.
|
String |
dataType()
Gets the dataType.
|
String |
key()
Gets the key.
|
MapResourceEntry.Builder |
newBuilder()
New builder.
|
List<String> |
regex()
Gets the regex.
|
List<String> |
values()
Gets the values.
|
public MapResourceEntry.Builder newBuilder()
public String dataType()
public List<String> regex()
public String cardinality()
public List<String> values()
public String key()
public String category()
Copyright © 2021 IBM Cloud. All rights reserved.