public interface IWorkbookWorksheetProtectionRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookWorksheetProtectionRequest |
buildRequest()
Creates the request
|
IWorkbookWorksheetProtectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookWorksheetProtectionProtectRequestBuilder |
protect(WorkbookWorksheetProtectionOptions options) |
IWorkbookWorksheetProtectionUnprotectRequestBuilder |
unprotect() |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookWorksheetProtectionRequest buildRequest()
IWorkbookWorksheetProtectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookWorksheetProtectionProtectRequestBuilder protect(WorkbookWorksheetProtectionOptions options)
IWorkbookWorksheetProtectionUnprotectRequestBuilder unprotect()