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 |
---|---|
PartialResponseDeleteType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createDelete()
Creates a new
delete element |
PartialResponseDeleteType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateDelete()
If not already created, a new
delete element will be created and returned. |
PartialResponseDeleteType<T> |
PartialResponseDeleteType.id(String id)
Sets the
id attribute |
PartialResponseDeleteType<T> |
PartialResponseDeleteType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
List<PartialResponseDeleteType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllDelete()
Returns all
delete elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.