public class ProtectGroup extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtectGroup.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowEmailFromGuestUsers |
protected Boolean |
allowGuestUsers |
protected GroupPrivacy |
privacy |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
ProtectGroup() |
| Modifier and Type | Method and Description |
|---|---|
static ProtectGroup.Builder |
builderProtectGroup()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowEmailFromGuestUsers() |
Optional<Boolean> |
getAllowGuestUsers() |
Optional<GroupPrivacy> |
getPrivacy() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ProtectGroup |
withAllowEmailFromGuestUsers(Boolean allowEmailFromGuestUsers) |
ProtectGroup |
withAllowGuestUsers(Boolean allowGuestUsers) |
ProtectGroup |
withPrivacy(GroupPrivacy privacy) |
getName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean allowEmailFromGuestUsers
protected Boolean allowGuestUsers
protected GroupPrivacy privacy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class LabelActionBasepublic ProtectGroup withAllowEmailFromGuestUsers(Boolean allowEmailFromGuestUsers)
public ProtectGroup withAllowGuestUsers(Boolean allowGuestUsers)
public Optional<GroupPrivacy> getPrivacy()
public ProtectGroup withPrivacy(GroupPrivacy privacy)
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 ProtectGroup.Builder builderProtectGroup()
public String toString()
toString in class LabelActionBaseCopyright © 2018–2020. All rights reserved.