Class Mobile

java.lang.Object
com.auth0.json.mgmt.client.Mobile

public class Mobile extends Object
  • Constructor Details

    • Mobile

      public Mobile(Android android, IOS ios)
  • Method Details

    • getAndroid

      public Android getAndroid()
      Getter for the android mobile configuration.
      Returns:
      the android mobile configuration.
    • setAndroid

      public void setAndroid(Android android)
      Setter for the Android mobile configuration.
      Parameters:
      android - the Android mobile configuration to set.
    • getIOS

      public IOS getIOS()
      Getter for the iOS mobile configuration.
      Returns:
      the iOS mobile configuration.
    • setIOS

      public void setIOS(IOS ios)
      Setter for the iOS mobile configuration.
      Parameters:
      ios - the iOS mobile configuration to set.