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 Summary
Constructors Constructor Description SubmitDeviceProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DgetDeviceProfile()Get the device profile.voidsetDeviceProfile(D deviceProfile)Set the device profile.
-