public class RepoIndexRequest extends GetFileRequest
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RepoIndexRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
RepoIndexRequest(android.os.Parcel in) |
|
RepoIndexRequest(java.lang.String url,
java.lang.String dir,
int notificationId,
boolean silent,
BasicUserCredentials creds) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
isSilent() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
createGetFileRequest, getCredentials, getCredentialType, getDir, getFile, getFileName, getNotificationId, getTrustStoreType, getUrl, hasCredentials, isValid, setCredentials, setFileName, toString, useTruststore
public static final android.os.Parcelable.Creator<RepoIndexRequest> CREATOR
public RepoIndexRequest(java.lang.String url, java.lang.String dir, int notificationId, boolean silent, BasicUserCredentials creds)
protected RepoIndexRequest(android.os.Parcel in)
public boolean isSilent()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class GetFileRequest
public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class GetFileRequest