public static interface Model.Builder extends SdkPojo, CopyableBuilder<Model.Builder,Model>
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
contentType(String contentType)
The content-type for the model, for example, "application/json".
|
Model.Builder |
description(String description)
The description of the model.
|
Model.Builder |
modelId(String modelId)
The model identifier.
|
Model.Builder |
name(String name)
The name of the model.
|
Model.Builder |
schema(String schema)
The schema for the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModel.Builder contentType(String contentType)
The content-type for the model, for example, "application/json".
contentType - The content-type for the model, for example, "application/json".Model.Builder description(String description)
The description of the model.
description - The description of the model.Model.Builder modelId(String modelId)
The model identifier.
modelId - The model identifier.Model.Builder name(String name)
The name of the model. Must be alphanumeric.
name - The name of the model. Must be alphanumeric.Model.Builder schema(String schema)
The schema for the model. For application/json models, this should be JSON schema draft 4 model.
schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model.Copyright © 2021. All rights reserved.