Class ProtectOnlineMeetingAction
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LabelActionBase
-
- odata.msgraph.client.beta.complex.ProtectOnlineMeetingAction
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ProtectOnlineMeetingAction extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProtectOnlineMeetingAction.Builder
-
Field Summary
Fields Modifier and Type Field Description protected OnlineMeetingForwardersallowedForwardersprotected OnlineMeetingPresentersallowedPresentersprotected BooleanisCopyToClipboardEnabledprotected BooleanisLobbyEnabledprotected LobbyBypassSettingslobbyBypassSettings-
Fields inherited from class odata.msgraph.client.beta.complex.LabelActionBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProtectOnlineMeetingAction()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.complex.LabelActionBase
getName, withName
-
-
-
-
Field Detail
-
allowedForwarders
protected OnlineMeetingForwarders allowedForwarders
-
allowedPresenters
protected OnlineMeetingPresenters allowedPresenters
-
isCopyToClipboardEnabled
protected Boolean isCopyToClipboardEnabled
-
isLobbyEnabled
protected Boolean isLobbyEnabled
-
lobbyBypassSettings
protected LobbyBypassSettings lobbyBypassSettings
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classLabelActionBase
-
getAllowedForwarders
public Optional<OnlineMeetingForwarders> getAllowedForwarders()
-
withAllowedForwarders
public ProtectOnlineMeetingAction withAllowedForwarders(OnlineMeetingForwarders allowedForwarders)
-
getAllowedPresenters
public Optional<OnlineMeetingPresenters> getAllowedPresenters()
-
withAllowedPresenters
public ProtectOnlineMeetingAction withAllowedPresenters(OnlineMeetingPresenters allowedPresenters)
-
withIsCopyToClipboardEnabled
public ProtectOnlineMeetingAction withIsCopyToClipboardEnabled(Boolean isCopyToClipboardEnabled)
-
withIsLobbyEnabled
public ProtectOnlineMeetingAction withIsLobbyEnabled(Boolean isLobbyEnabled)
-
getLobbyBypassSettings
public Optional<LobbyBypassSettings> getLobbyBypassSettings()
-
withLobbyBypassSettings
public ProtectOnlineMeetingAction withLobbyBypassSettings(LobbyBypassSettings lobbyBypassSettings)
-
withUnmappedField
public ProtectOnlineMeetingAction withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classLabelActionBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classLabelActionBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classLabelActionBase
-
builderProtectOnlineMeetingAction
public static ProtectOnlineMeetingAction.Builder builderProtectOnlineMeetingAction()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classLabelActionBase
-
-