Uses of Class
odata.msgraph.client.beta.enums.CompanyPortalAction
-
Packages that use CompanyPortalAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of CompanyPortalAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as CompanyPortalAction Modifier and Type Field Description protected CompanyPortalActionCompanyPortalBlockedAction. actionMethods in odata.msgraph.client.beta.complex that return types with arguments of type CompanyPortalAction Modifier and Type Method Description Optional<CompanyPortalAction>CompanyPortalBlockedAction. getAction()“Device Action”Methods in odata.msgraph.client.beta.complex with parameters of type CompanyPortalAction Modifier and Type Method Description CompanyPortalBlockedAction.BuilderCompanyPortalBlockedAction.Builder. action(CompanyPortalAction action)“Device Action”CompanyPortalBlockedActionCompanyPortalBlockedAction. withAction(CompanyPortalAction action)Returns an immutable copy ofthiswith just theactionfield changed. -
Uses of CompanyPortalAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CompanyPortalAction Modifier and Type Method Description static CompanyPortalActionCompanyPortalAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CompanyPortalAction[]CompanyPortalAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-