public class ProtectSite extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtectSite.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected SiteAccessType |
accessType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
ProtectSite() |
| Modifier and Type | Method and Description |
|---|---|
static ProtectSite.Builder |
builderProtectSite()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<SiteAccessType> |
getAccessType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ProtectSite |
withAccessType(SiteAccessType accessType) |
getName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected SiteAccessType accessType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class LabelActionBasepublic Optional<SiteAccessType> getAccessType()
public ProtectSite withAccessType(SiteAccessType accessType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class LabelActionBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class LabelActionBasepublic static ProtectSite.Builder builderProtectSite()
public String toString()
toString in class LabelActionBaseCopyright © 2018–2020. All rights reserved.