ImportCredentialsResponse

public final class ImportCredentialsResponse implements Parcelable


Response for importing credentials from another credential provider.

Summary

Public constructors

Public methods

final @NonNull String

the response in JSON format, based on the CXF prototcol

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

ImportCredentialsResponse

public ImportCredentialsResponse(@NonNull String responseJson)
Parameters
@NonNull String responseJson

the response in JSON format, based on the CXF prototcol

Public methods

getResponseJson

public final @NonNull String getResponseJson()

the response in JSON format, based on the CXF prototcol

writeToParcel

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