public class DeviceProfileRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<DeviceProfileRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
DeviceProfileRequest(android.os.Parcel in) |
|
DeviceProfileRequest(java.lang.String server,
java.lang.String username,
java.lang.String password,
boolean onEnrollment,
boolean onConnect,
long syncSecago,
boolean autoImportProfile,
boolean allowAllHostnames) |
|
DeviceProfileRequest(java.lang.String server,
java.lang.String username,
java.lang.String password,
java.lang.String tool,
java.util.List<java.lang.String> filepaths,
java.lang.String ifModifiedSince,
long syncSecago,
boolean autoImportProfile,
java.lang.String outputPath,
boolean displayNotification) |
|
DeviceProfileRequest(java.lang.String server,
java.lang.String username,
java.lang.String password,
java.lang.String tool,
long syncSecago,
boolean autoImportProfile) |
|
DeviceProfileRequest(java.lang.String server,
java.lang.String username,
java.lang.String password,
java.lang.String tool,
java.lang.String filepath,
java.lang.String ifModifiedSince,
long syncSecago,
boolean autoImportProfile,
java.lang.String outputPath,
boolean displayNotification) |
Modifier and Type | Method and Description |
---|---|
Request |
createDeviceProfileRequest()
Create the request to enroll for a certificate.
|
int |
describeContents() |
boolean |
getAutoImportProfile() |
java.util.List<java.lang.String> |
getFilepaths() |
java.lang.String |
getId() |
java.lang.String |
getIfModifiedSince() |
boolean |
getOnConnect() |
boolean |
getOnEnrollment() |
java.lang.String |
getOutputPath() |
java.lang.String |
getPassword() |
java.lang.String |
getServer() |
long |
getSyncSecago() |
java.lang.String |
getTool() |
java.lang.String |
getType()
Get short description/label of the request type
|
java.lang.String |
getUsername() |
boolean |
hasCredentials() |
boolean |
hasFilepath()
Check if request has at least one pah
|
boolean |
hasFilepaths()
Check if request has more than one path
|
boolean |
hasIfModifiedSince() |
boolean |
hasOutputPath() |
boolean |
hasSyncSecago() |
boolean |
hasTool() |
boolean |
isAllowAllHostnames() |
boolean |
isDisplayNotification() |
boolean |
isDoNotUnzip() |
boolean |
isValid() |
void |
setDisplayNotification(boolean displayNotification) |
void |
setDoNotUnzip(boolean b) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<DeviceProfileRequest> CREATOR
public DeviceProfileRequest(java.lang.String server, java.lang.String username, java.lang.String password, boolean onEnrollment, boolean onConnect, long syncSecago, boolean autoImportProfile, boolean allowAllHostnames)
public DeviceProfileRequest(java.lang.String server, java.lang.String username, java.lang.String password, java.lang.String tool, long syncSecago, boolean autoImportProfile)
public DeviceProfileRequest(java.lang.String server, java.lang.String username, java.lang.String password, java.lang.String tool, java.lang.String filepath, java.lang.String ifModifiedSince, long syncSecago, boolean autoImportProfile, java.lang.String outputPath, boolean displayNotification)
public DeviceProfileRequest(java.lang.String server, java.lang.String username, java.lang.String password, java.lang.String tool, java.util.List<java.lang.String> filepaths, java.lang.String ifModifiedSince, long syncSecago, boolean autoImportProfile, java.lang.String outputPath, boolean displayNotification)
protected DeviceProfileRequest(android.os.Parcel in)
public boolean isValid()
public java.lang.String getId()
public java.lang.String getServer()
public java.lang.String getUsername()
public java.lang.String getPassword()
public boolean hasCredentials()
public boolean getOnEnrollment()
public boolean getOnConnect()
public boolean getAutoImportProfile()
public boolean hasTool()
public java.lang.String getTool()
public boolean hasFilepath()
public boolean hasFilepaths()
public java.util.List<java.lang.String> getFilepaths()
public boolean hasIfModifiedSince()
public java.lang.String getIfModifiedSince()
public boolean hasOutputPath()
public java.lang.String getOutputPath()
public boolean hasSyncSecago()
public long getSyncSecago()
public boolean isDoNotUnzip()
public void setDoNotUnzip(boolean b)
public void setDisplayNotification(boolean displayNotification)
public boolean isDisplayNotification()
public boolean isAllowAllHostnames()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable
public Request createDeviceProfileRequest()