@Generated public class UpdateExternalLocation extends Object
| Constructor and Description |
|---|
UpdateExternalLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessPoint() |
String |
getComment() |
String |
getCredentialName() |
EncryptionDetails |
getEncryptionDetails() |
Boolean |
getForce() |
String |
getName() |
String |
getNewName() |
String |
getOwner() |
Boolean |
getReadOnly() |
Boolean |
getSkipValidation() |
String |
getUrl() |
int |
hashCode() |
UpdateExternalLocation |
setAccessPoint(String accessPoint) |
UpdateExternalLocation |
setComment(String comment) |
UpdateExternalLocation |
setCredentialName(String credentialName) |
UpdateExternalLocation |
setEncryptionDetails(EncryptionDetails encryptionDetails) |
UpdateExternalLocation |
setForce(Boolean force) |
UpdateExternalLocation |
setName(String name) |
UpdateExternalLocation |
setNewName(String newName) |
UpdateExternalLocation |
setOwner(String owner) |
UpdateExternalLocation |
setReadOnly(Boolean readOnly) |
UpdateExternalLocation |
setSkipValidation(Boolean skipValidation) |
UpdateExternalLocation |
setUrl(String url) |
String |
toString() |
public UpdateExternalLocation setAccessPoint(String accessPoint)
public String getAccessPoint()
public UpdateExternalLocation setComment(String comment)
public String getComment()
public UpdateExternalLocation setCredentialName(String credentialName)
public String getCredentialName()
public UpdateExternalLocation setEncryptionDetails(EncryptionDetails encryptionDetails)
public EncryptionDetails getEncryptionDetails()
public UpdateExternalLocation setForce(Boolean force)
public Boolean getForce()
public UpdateExternalLocation setName(String name)
public String getName()
public UpdateExternalLocation setNewName(String newName)
public String getNewName()
public UpdateExternalLocation setOwner(String owner)
public String getOwner()
public UpdateExternalLocation setReadOnly(Boolean readOnly)
public Boolean getReadOnly()
public UpdateExternalLocation setSkipValidation(Boolean skipValidation)
public Boolean getSkipValidation()
public UpdateExternalLocation setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.