Class SubmitDeviceProfile<D extends DeviceProfile>

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.SubmitDeviceProfile<D>

public class SubmitDeviceProfile<D extends DeviceProfile> extends Object
The API action model for actions where a user's device profile is submitted.
Since:
10.2
  • Constructor Details

    • SubmitDeviceProfile

      public SubmitDeviceProfile()
  • Method Details

    • getDeviceProfile

      public D getDeviceProfile()
      Get the device profile.
    • setDeviceProfile

      public void setDeviceProfile(D deviceProfile)
      Set the device profile.