Package no.digipost.api.client
Class BrokerId
- java.lang.Object
-
- no.digipost.api.client.BrokerId
-
public final class BrokerId extends Object
The ID of the organization which has permission to integrate with Digipost's API.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SenderId
asSenderId()
Convert this ID to a sender ID.boolean
equals(Object obj)
int
hashCode()
static BrokerId
of(long id)
String
stringValue()
String
toString()
long
value()
-