Package | Description |
---|---|
com.ibm.watson.developer_cloud.concept_insights.v2.model |
Copyright 2015 IBM Corp.
|
Modifier and Type | Method and Description |
---|---|
Part |
Part.contentType(String contentType)
Sets the content type.
|
Part |
Part.data(String data)
Sets the data.
|
Part |
Part.name(String name)
Sets the name.
|
Modifier and Type | Method and Description |
---|---|
List<Part> |
Document.getParts()
Gets the parts.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.addParts(Part part)
Adds a
Part . |
Modifier and Type | Method and Description |
---|---|
void |
Document.setParts(List<Part> parts)
Sets the parts.
|
Copyright © 2015–2016. All rights reserved.