GetSystemUpdateRequest

public abstract class GetSystemUpdateRequest


Request message for GetSystemUpdate. This is called by OEM's OTA client to retrieve the SystemUpdate resources known to AMAPI.

Summary

Nested types

public abstract class GetSystemUpdateRequest.Builder

Builder for GetSystemUpdateRequest.

Public methods

static GetSystemUpdateRequest.Builder
static GetSystemUpdateRequest
abstract String

The name of the system update to retrieve.

abstract SystemUpdateView

Optional.

abstract GetSystemUpdateRequest.Builder

Public methods

builder

public static GetSystemUpdateRequest.Builder builder()

getDefaultInstance

public static GetSystemUpdateRequest getDefaultInstance()

getName

public abstract String getName()

The name of the system update to retrieve.

getView

public abstract SystemUpdateView getView()

Optional. Specifies which parts of the SystemUpdate resource should be returned. AMAPI will populate the fields in the response based on this view.

toBuilder

public abstract GetSystemUpdateRequest.Builder toBuilder()