public class Entries
extends java.lang.Object
| Constructor | Description |
|---|---|
Entries() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
get(java.lang.String entryId,
Setup setup) |
This method allows you to get the entry data by its Moip external ID.
|
java.util.Map<java.lang.String,java.lang.Object> |
list(Setup setup) |
This method is used to list all entries.
|
public java.util.Map<java.lang.String,java.lang.Object> get(java.lang.String entryId,
Setup setup)
entryId - String the Moip entry external ID.setup - Setup the setup object.Map<String, Object>public java.util.Map<java.lang.String,java.lang.Object> list(Setup setup)
setup - Setup the setup object.Map<String, Object>