Class BrokerId


  • public final class BrokerId
    extends Object
    The ID of the organization which has permission to integrate with Digipost's API.
    • Method Detail

      • 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()
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Object