Uses of Class
odata.msgraph.client.enums.SimulationContentStatus
-
Packages that use SimulationContentStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of SimulationContentStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SimulationContentStatus Modifier and Type Field Description protected SimulationContentStatusEndUserNotification. statusprotected SimulationContentStatusLandingPage. statusprotected SimulationContentStatusLoginPage. statusprotected SimulationContentStatusPayload. statusMethods in odata.msgraph.client.entity that return types with arguments of type SimulationContentStatus Modifier and Type Method Description Optional<SimulationContentStatus>EndUserNotification. getStatus()Optional<SimulationContentStatus>LandingPage. getStatus()Optional<SimulationContentStatus>LoginPage. getStatus()Optional<SimulationContentStatus>Payload. getStatus()Methods in odata.msgraph.client.entity with parameters of type SimulationContentStatus Modifier and Type Method Description EndUserNotification.BuilderEndUserNotification.Builder. status(SimulationContentStatus status)LandingPage.BuilderLandingPage.Builder. status(SimulationContentStatus status)LoginPage.BuilderLoginPage.Builder. status(SimulationContentStatus status)Payload.BuilderPayload.Builder. status(SimulationContentStatus status)EndUserNotificationEndUserNotification. withStatus(SimulationContentStatus status)LandingPageLandingPage. withStatus(SimulationContentStatus status)LoginPageLoginPage. withStatus(SimulationContentStatus status)PayloadPayload. withStatus(SimulationContentStatus status) -
Uses of SimulationContentStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SimulationContentStatus Modifier and Type Method Description static SimulationContentStatusSimulationContentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationContentStatus[]SimulationContentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-