public class PublishCatalogParams extends Object
<complexType name="PublishCatalogParams">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="IsPublished" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PublishCatalogParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPublished |
| Constructor and Description |
|---|
PublishCatalogParams(Boolean isPublished) |
| Modifier and Type | Method and Description |
|---|---|
static PublishCatalogParams.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isPublished()
Gets the value of the isPublished property.
|
PublishCatalogParams.Builder |
toBuilder() |
String |
toString() |
public PublishCatalogParams(Boolean isPublished)
public static PublishCatalogParams.Builder builder()
public PublishCatalogParams.Builder toBuilder()
public boolean isPublished()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.