public class DeleteApplicationRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationID() |
boolean |
getIgnoreUnderlayError() |
boolean |
getSkipDeleteUnderlay() |
String |
getWorkspaceID() |
void |
setApplicationID(String applicationID) |
void |
setIgnoreUnderlayError(boolean ignoreUnderlayError) |
void |
setSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
void |
setWorkspaceID(String workspaceID) |
DeleteApplicationRequest |
withApplicationID(String applicationID) |
DeleteApplicationRequest |
withIgnoreUnderlayError(boolean ignoreUnderlayError) |
DeleteApplicationRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteApplicationRequest |
withSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
DeleteApplicationRequest |
withWorkspaceID(String workspaceID) |
getRequestCredentials, setRequestCredentialspublic String getWorkspaceID()
public void setWorkspaceID(String workspaceID)
public String getApplicationID()
public void setApplicationID(String applicationID)
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
public boolean getIgnoreUnderlayError()
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public boolean getSkipDeleteUnderlay()
public DeleteApplicationRequest withWorkspaceID(String workspaceID)
public DeleteApplicationRequest withApplicationID(String applicationID)
public DeleteApplicationRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
public DeleteApplicationRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public DeleteApplicationRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.