| Package | Description |
|---|---|
| eu.fispace.api.pgs |
This package contains the classes that describe the messages that
the FIspace SDI component will exchange with:
The FIspace B2B component
Apps connected to FIspace in the PGS domain
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DocType> |
SubmitFirstUserNotificationRequest.attachedDoc |
protected List<DocType> |
SubmitUserNotificationRequest.attachedDoc |
protected List<DocType> |
SubmitUserNotificationResponse.attachedDoc |
protected List<DocType> |
SubmitFirstUserNotificationResponse.attachedDoc |
protected List<DocType> |
ReceivePgsNotificationRequest.attachedDoc |
| Modifier and Type | Method and Description |
|---|---|
DocType |
ObjectFactory.createDocType()
Create an instance of
DocType |
DocType |
DocType.withDocFormat(String value) |
DocType |
DocType.withDocTitle(String value) |
DocType |
DocType.withDocUri(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<DocType> |
SubmitFirstUserNotificationRequest.getAttachedDoc()
Gets the value of the attachedDoc property.
|
List<DocType> |
SubmitUserNotificationRequest.getAttachedDoc()
Gets the value of the attachedDoc property.
|
List<DocType> |
SubmitUserNotificationResponse.getAttachedDoc()
Gets the value of the attachedDoc property.
|
List<DocType> |
SubmitFirstUserNotificationResponse.getAttachedDoc()
Gets the value of the attachedDoc property.
|
List<DocType> |
ReceivePgsNotificationRequest.getAttachedDoc()
Gets the value of the attachedDoc property.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitFirstUserNotificationRequest |
SubmitFirstUserNotificationRequest.withAttachedDoc(DocType... values) |
SubmitUserNotificationRequest |
SubmitUserNotificationRequest.withAttachedDoc(DocType... values) |
SubmitUserNotificationResponse |
SubmitUserNotificationResponse.withAttachedDoc(DocType... values) |
SubmitFirstUserNotificationResponse |
SubmitFirstUserNotificationResponse.withAttachedDoc(DocType... values) |
ReceivePgsNotificationRequest |
ReceivePgsNotificationRequest.withAttachedDoc(DocType... values) |
| Modifier and Type | Method and Description |
|---|---|
SubmitFirstUserNotificationRequest |
SubmitFirstUserNotificationRequest.withAttachedDoc(Collection<DocType> values) |
SubmitUserNotificationRequest |
SubmitUserNotificationRequest.withAttachedDoc(Collection<DocType> values) |
SubmitUserNotificationResponse |
SubmitUserNotificationResponse.withAttachedDoc(Collection<DocType> values) |
SubmitFirstUserNotificationResponse |
SubmitFirstUserNotificationResponse.withAttachedDoc(Collection<DocType> values) |
ReceivePgsNotificationRequest |
ReceivePgsNotificationRequest.withAttachedDoc(Collection<DocType> values) |
Copyright © 2016. All Rights Reserved.