◆ ProfileStubverb()
org.turro.contacts.stub.ProfileStubverb.ProfileStubverb |
( |
IProfile |
profile | ) |
|
Definition at line 33 of file ProfileStubverb.java.
34 silentlyInitializeValues(profile, (k, v) -> {
35 if(k instanceof String sk) {
36 if(v !=
null &&
"image".equals(sk)) {
37 return ElephantContext.getServerUrl(
"http") + v;
◆ getImage()
String org.turro.contacts.stub.ProfileStubverb.getImage |
( |
| ) |
|
◆ setImage()
void org.turro.contacts.stub.ProfileStubverb.setImage |
( |
String |
image | ) |
|
The documentation for this class was generated from the following file: