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 Details

    • of

      public static BrokerId of(long id)
    • asSenderId

      public SenderId asSenderId()
      Convert this ID to a sender ID.
      Returns:
      this ID as a sender ID.
    • value

      public final long value()
    • stringValue

      public final String stringValue()
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object