public class RegistrationOperationStatusParser extends Object
Modifier and Type | Method and Description |
---|---|
static RegistrationOperationStatusParser |
createFromJson(String json)
Parses JSON which is of the following
format https://docs.microsoft.com/en-us/rest/api/iot-dps/RuntimeRegistration/RegisterDevice#definitions_registrationoperationstatus
|
public static RegistrationOperationStatusParser createFromJson(String json) throws IllegalArgumentException
json
- JSON input to be parsed. Cannot be null
or emptyIllegalArgumentException
- If any of the input parameters are invalidCopyright © 2022. All rights reserved.