Class MMSalesConfig


  • @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class MMSalesConfig
    extends java.lang.Object
    This object may only be requested by Sales for the logged in user. Describes the sales user and any features that the sales user may be able to access for themselves. This does not describe what the sales user may perform on behalf of a client user - this is defined by `Config`.
    • Constructor Detail

      • MMSalesConfig

        public MMSalesConfig()
    • Method Detail

      • getMm

        public MM getMm()
        Get mm
        Returns:
        mm
      • setMm

        public void setMm​(MM mm)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object