Uses of Class
odata.msgraph.client.security.enums.ServiceSource
-
Packages that use ServiceSource Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of ServiceSource in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as ServiceSource Modifier and Type Field Description protected ServiceSourceAlert. serviceSourceMethods in odata.msgraph.client.security.entity that return types with arguments of type ServiceSource Modifier and Type Method Description Optional<ServiceSource>Alert. getServiceSource()Methods in odata.msgraph.client.security.entity with parameters of type ServiceSource Modifier and Type Method Description Alert.BuilderAlert.Builder. serviceSource(ServiceSource serviceSource)AlertAlert. withServiceSource(ServiceSource serviceSource) -
Uses of ServiceSource in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return ServiceSource Modifier and Type Method Description static ServiceSourceServiceSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceSource[]ServiceSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-