Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.request | |
de.knipp.rritoolkit.response | |
de.knipp.rritoolkit.test |
Modifier and Type | Field and Description |
---|---|
private ContactData |
DomainData.Ref.contact
the contact itself
|
Modifier and Type | Method and Description |
---|---|
ContactData |
DomainData.Ref.getContact()
return the contact
|
ContactData |
DomainData.getFirstContact(DomainData.Role role)
return the first contact of the given role
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContactData> |
DomainData.getContacts(DomainData.Role role)
return a list of contacts with the given role
|
Modifier and Type | Method and Description |
---|---|
void |
DomainData.addContact(DomainData.Role role,
ContactData contact)
add a single contact
|
void |
DomainData.addContacts(DomainData.Role role,
ContactData... theContacts)
add all given contacts
|
Modifier and Type | Method and Description |
---|---|
void |
DomainData.addContacts(DomainData.Role role,
java.lang.Iterable<ContactData> theContacts)
add all given contacts
|
Constructor and Description |
---|
ContactData(ContactData other)
copy constructor
|
Ref(DomainData.Role theRole,
ContactData theContact)
constructor
|
Modifier and Type | Field and Description |
---|---|
private ContactData |
ContactUpdateRequest.contact
the contact data
|
private ContactData |
ContactCreateRequest.contact
the contact data
|
Modifier and Type | Method and Description |
---|---|
ContactData |
ContactUpdateRequest.getContact()
return the contact
|
ContactData |
ContactCreateRequest.getContact()
return the contact
|
Modifier and Type | Method and Description |
---|---|
void |
ContactUpdateRequest.setContact(ContactData theContact)
set the contact that shall be created
|
void |
ContactCreateRequest.setContact(ContactData theContact)
set the contact that shall be created
|
Constructor and Description |
---|
ContactCreateRequest(ContactData theContact)
constructor
|
ContactUpdateRequest(ContactData theContact)
constructor
|
Modifier and Type | Field and Description |
---|---|
private ContactData |
ContactInfoResponse.contact
the contact
|
Modifier and Type | Method and Description |
---|---|
ContactData |
ContactInfoResponse.getContact()
return the contact data
|
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<ContactData,Request> |
Test.ContactCU.requestFactory
the request factory
|
Constructor and Description |
---|
ContactCU(java.lang.String name,
java.util.function.Function<ContactData,Request> factory)
constructor
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH