MdeOnboardings Interface

public interface MdeOnboardings

Resource collection API of MdeOnboardings.

Method Summary

Modifier and Type Method and Description
abstract MdeOnboardingData get()

The default configuration or data needed to onboard the machine to MDE.

abstract Response<MdeOnboardingData> getWithResponse(Context context)

The default configuration or data needed to onboard the machine to MDE.

abstract MdeOnboardingDataList list()

The configuration or data needed to onboard the machine to MDE.

abstract Response<MdeOnboardingDataList> 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:

the resource of the configuration or data needed to onboard the machine to MDE.

getWithResponse

public abstract Response getWithResponse(Context context)

The default configuration or data needed to onboard the machine to MDE.

Parameters:

context - The context to associate with this operation.

Returns:

the resource of the configuration or data needed to onboard the machine to MDE along with Response<T>.

list

public abstract MdeOnboardingDataList list()

The configuration or data needed to onboard the machine to MDE.

Returns:

list of all MDE onboarding data resources.

listWithResponse

public abstract Response listWithResponse(Context context)

The configuration or data needed to onboard the machine to MDE.

Parameters:

context - The context to associate with this operation.

Returns:

list of all MDE onboarding data resources along with Response<T>.

Applies to