MdeOnboardingsClient Interface
public interface MdeOnboardingsClient
An instance of this class provides access to all the operations defined in MdeOnboardingsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Mde |
get()
The default configuration or data needed to onboard the machine to MDE. |
|
abstract
Response<Mde |
getWithResponse(Context context)
The default configuration or data needed to onboard the machine to MDE. |
|
abstract
Mde |
list()
The configuration or data needed to onboard the machine to MDE. |
|
abstract
Response<Mde |
listWithResponse(Context context)
The configuration or data needed to onboard the machine to MDE. |
Method Details
get
public abstract MdeOnboardingDataInner get()
The default configuration or data needed to onboard the machine to MDE.
Returns:
getWithResponse
public abstract Response<MdeOnboardingDataInner> getWithResponse(Context context)
The default configuration or data needed to onboard the machine to MDE.
Parameters:
Returns:
list
public abstract MdeOnboardingDataListInner list()
The configuration or data needed to onboard the machine to MDE.
Returns:
listWithResponse
public abstract Response<MdeOnboardingDataListInner> listWithResponse(Context context)
The configuration or data needed to onboard the machine to MDE.
Parameters:
Returns: