RequestData Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.provisioning.device.internal.task.RequestData

public class RequestData

Method Summary

Modifier and Type Method and Description
boolean isX509()

If the flow with the service is X509 or not.

Method Details

isX509

public boolean isX509()

If the flow with the service is X509 or not.

Returns:

true if the flow is X509.

Applies to