Class SubmitDeviceProfile<D extends DeviceProfile>


  • 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 Detail

      • SubmitDeviceProfile

        public SubmitDeviceProfile()
    • Method Detail

      • getDeviceProfile

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

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