ImportCredentialsResponse

public final class ImportCredentialsResponse implements Parcelable


Response for importing credentials from another credential provider.

Summary

Public constructors

Public methods

final int
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

describeContents

public final int describeContents()

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)