Class SubmitDeviceProfile<D extends DeviceProfile>
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.SubmitDeviceProfile<D>
The API action model for actions where a user's device profile is submitted.
- Since:
- 10.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the device profile.voidsetDeviceProfile(D deviceProfile) Set the device profile.
-
Constructor Details
-
SubmitDeviceProfile
public SubmitDeviceProfile()
-
-
Method Details
-
getDeviceProfile
Get the device profile. -
setDeviceProfile
Set the device profile.
-