MdeOnboardings Interface
public interface MdeOnboardings
Resource collection API of MdeOnboardings.
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 MdeOnboardingData get()
The default configuration or data needed to onboard the machine to MDE.
Returns:
getWithResponse
public abstract Response<MdeOnboardingData> getWithResponse(Context context)
The default configuration or data needed to onboard the machine to MDE.
Parameters:
Returns:
list
public abstract MdeOnboardingDataList list()
The configuration or data needed to onboard the machine to MDE.
Returns:
listWithResponse
public abstract Response<MdeOnboardingDataList> listWithResponse(Context context)
The configuration or data needed to onboard the machine to MDE.
Parameters:
Returns: