Uses of Class
odata.msgraph.client.beta.enums.RestrictionTrigger
-
Packages that use RestrictionTrigger Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RestrictionTrigger in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type RestrictionTrigger Modifier and Type Field Description protected List<RestrictionTrigger>DeviceRestrictionAction. triggersMethods in odata.msgraph.client.beta.complex that return types with arguments of type RestrictionTrigger Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RestrictionTrigger>DeviceRestrictionAction. getTriggers()com.github.davidmoten.odata.client.CollectionPage<RestrictionTrigger>DeviceRestrictionAction. getTriggers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type RestrictionTrigger Modifier and Type Method Description DeviceRestrictionAction.BuilderDeviceRestrictionAction.Builder. triggers(RestrictionTrigger... triggers)Method parameters in odata.msgraph.client.beta.complex with type arguments of type RestrictionTrigger Modifier and Type Method Description DeviceRestrictionAction.BuilderDeviceRestrictionAction.Builder. triggers(List<RestrictionTrigger> triggers) -
Uses of RestrictionTrigger in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RestrictionTrigger Modifier and Type Method Description static RestrictionTriggerRestrictionTrigger. valueOf(String name)Returns the enum constant of this type with the specified name.static RestrictionTrigger[]RestrictionTrigger. values()Returns an array containing the constants of this enum type, in the order they are declared.
-