Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
Modifier and Type | Method and Description |
---|---|
PublishInfo |
LibraryModel.getPublishInfo()
Defines how this library is published so that it can be subscribed to by a
remote subscribed library.
|
Modifier and Type | Method and Description |
---|---|
void |
LibraryModel.setPublishInfo(PublishInfo publishInfo)
Defines how this library is published so that it can be subscribed to by a
remote subscribed library.
|
LibraryModel.Builder |
LibraryModel.Builder.setPublishInfo(PublishInfo publishInfo)
Defines how this library is published so that it can be subscribed to by a
remote subscribed library.
|
Modifier and Type | Method and Description |
---|---|
static PublishInfo |
PublishInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static PublishInfo |
PublishInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PublishInfo |
PublishInfo.Builder.build() |