Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createInsert()
Creates a new
insert element |
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateInsert()
If not already created, a new
insert element will be created and returned. |
PartialResponseInsertType<T> |
PartialResponseInsertType.removeAfter()
Removes the
after element |
PartialResponseInsertType<T> |
PartialResponseInsertType.removeBefore()
Removes the
before element |
Modifier and Type | Method and Description |
---|---|
List<PartialResponseInsertType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllInsert()
Returns all
insert elements |
After<PartialResponseInsertType<T>> |
PartialResponseInsertType.getOrCreateAfter()
If not already created, a new
after element with the given value will be created. |
Before<PartialResponseInsertType<T>> |
PartialResponseInsertType.getOrCreateBefore()
If not already created, a new
before element with the given value will be created. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.