ImportCredentialsRequest

public final class ImportCredentialsRequest implements Parcelable


Request for importing credentials from another credential provider.

Summary

Constants

static final @NonNull String

Public constructors

Public methods

final int
final @NonNull String

the request in JSON format, based on the CXF prototcol

final @NonNull Uri

the file URI responsible for the export transport

void
writeToParcel(@NonNull Parcel dest, int flags)

Constants

REQUEST_TYPE

public static final @NonNull String REQUEST_TYPE

Public fields

Public constructors

ImportCredentialsRequest

public ImportCredentialsRequest(@NonNull String requestJson, @NonNull Uri uri)
Parameters
@NonNull String requestJson

the request in JSON format, based on the CXF prototcol

@NonNull Uri uri

the file URI responsible for the export transport

Public methods

describeContents

public final int describeContents()

getRequestJson

public final @NonNull String getRequestJson()

the request in JSON format, based on the CXF prototcol

getUri

public final @NonNull Uri getUri()

the file URI responsible for the export transport

writeToParcel

public void writeToParcel(@NonNull Parcel dest, int flags)