Class FXSalesConfig
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.FXSalesConfig
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXSalesConfig 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 Summary
Constructors Constructor Description FXSalesConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FXSalesConfig
fx(FX fx)
FX
getFx()
Get fxint
hashCode()
void
setFx(FX fx)
java.lang.String
toString()
-
-
-
Method Detail
-
fx
public FXSalesConfig fx(FX fx)
-
getFx
public FX getFx()
Get fx- Returns:
- fx
-
setFx
public void setFx(FX fx)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-