Uses of Class
odata.msgraph.client.complex.SecurityResource
-
Packages that use SecurityResource Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SecurityResource in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SecurityResource Modifier and Type Method Description SecurityResourceSecurityResource.Builder. build()SecurityResourceSecurityResource. withResource(String resource)SecurityResourceSecurityResource. withResourceType(SecurityResourceType resourceType)SecurityResourceSecurityResource. withUnmappedField(String name, Object value) -
Uses of SecurityResource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SecurityResource Modifier and Type Field Description protected List<SecurityResource>Alert. securityResourcesMethods in odata.msgraph.client.entity that return types with arguments of type SecurityResource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecurityResource>Alert. getSecurityResources()com.github.davidmoten.odata.client.CollectionPage<SecurityResource>Alert. getSecurityResources(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type SecurityResource Modifier and Type Method Description Alert.BuilderAlert.Builder. securityResources(SecurityResource... securityResources)Method parameters in odata.msgraph.client.entity with type arguments of type SecurityResource Modifier and Type Method Description Alert.BuilderAlert.Builder. securityResources(List<SecurityResource> securityResources)AlertAlert. withSecurityResources(List<SecurityResource> securityResources)
-