Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartialResponseUpdateType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createUpdate()
Creates a new
update element |
PartialResponseUpdateType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateUpdate()
If not already created, a new
update element will be created and returned. |
PartialResponseUpdateType<T> |
PartialResponseUpdateType.id(String id)
Sets the
id attribute |
PartialResponseUpdateType<T> |
PartialResponseUpdateType.removeId()
Removes the
id attribute |
PartialResponseUpdateType<T> |
PartialResponseUpdateType.text(String value)
Sets the body text for the element
partial-response-updateType |
Modifier and Type | Method and Description |
---|---|
List<PartialResponseUpdateType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllUpdate()
Returns all
update elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.