public class SetDomainCacheFullUrlRequest extends CdnRequest
| Constructor and Description |
|---|
SetDomainCacheFullUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetDomainCacheFullUrlRequest |
addCacheUrlArgs(String cacheUrlArg) |
SetDomainCacheFullUrlRequest |
addIgnoreUrlArgs(String ignoreUrlArg) |
Boolean |
getCacheFullUrl() |
List<String> |
getCacheUrlArgs() |
String |
getDomain() |
List<String> |
getIgnoreUrlArgs() |
void |
setCacheFullUrl(Boolean cacheFullUrl) |
void |
setCacheUrlArgs(List<String> cacheUrlArgs) |
void |
setDomain(String domain) |
void |
setIgnoreUrlArgs(List<String> ignoreUrlArgs) |
SetDomainCacheFullUrlRequest |
withCacheFullUrl(boolean cacheFullUrl) |
SetDomainCacheFullUrlRequest |
withCacheUrlArgs(List<String> cacheUrlArgs) |
SetDomainCacheFullUrlRequest |
withDomain(String domain) |
SetDomainCacheFullUrlRequest |
withIgnoreUrlArgs(List<String> ignoreUrlArgs) |
toString, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic SetDomainCacheFullUrlRequest withIgnoreUrlArgs(List<String> ignoreUrlArgs)
ignoreUrlArgs - List of reserved parameterspublic SetDomainCacheFullUrlRequest addIgnoreUrlArgs(String ignoreUrlArg)
ignoreUrlArg - List of reserved parameterpublic void setCacheUrlArgs(List<String> cacheUrlArgs)
cacheUrlArgs - List of reserved parameterspublic SetDomainCacheFullUrlRequest withCacheUrlArgs(List<String> cacheUrlArgs)
cacheUrlArgs - List of reserved parameterspublic SetDomainCacheFullUrlRequest addCacheUrlArgs(String cacheUrlArg)
cacheUrlArg - List of reserved parameterpublic Boolean getCacheFullUrl()
public void setCacheFullUrl(Boolean cacheFullUrl)
public SetDomainCacheFullUrlRequest withCacheFullUrl(boolean cacheFullUrl)
cacheFullUrl - public String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainCacheFullUrlRequest withDomain(String domain)
domain - the domain nameCopyright © 2024. All rights reserved.