Uses of Class
odata.msgraph.client.beta.complex.MacOSFirewallApplication
-
Packages that use MacOSFirewallApplication Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSFirewallApplication in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSFirewallApplication Modifier and Type Method Description MacOSFirewallApplicationMacOSFirewallApplication.Builder. build()MacOSFirewallApplicationMacOSFirewallApplication. withAllowsIncomingConnections(Boolean allowsIncomingConnections)Returns an immutable copy ofthiswith just theallowsIncomingConnectionsfield changed.MacOSFirewallApplicationMacOSFirewallApplication. withBundleId(String bundleId)Returns an immutable copy ofthiswith just thebundleIdfield changed.MacOSFirewallApplicationMacOSFirewallApplication. withUnmappedField(String name, String value) -
Uses of MacOSFirewallApplication in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSFirewallApplication Modifier and Type Field Description protected List<MacOSFirewallApplication>MacOSEndpointProtectionConfiguration. firewallApplicationsMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSFirewallApplication Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSFirewallApplication>MacOSEndpointProtectionConfiguration. getFirewallApplications()“List of applications with firewall settings.com.github.davidmoten.odata.client.CollectionPage<MacOSFirewallApplication>MacOSEndpointProtectionConfiguration. getFirewallApplications(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of applications with firewall settings.Methods in odata.msgraph.client.beta.entity with parameters of type MacOSFirewallApplication Modifier and Type Method Description MacOSEndpointProtectionConfiguration.BuilderMacOSEndpointProtectionConfiguration.Builder. firewallApplications(MacOSFirewallApplication... firewallApplications)“List of applications with firewall settings.Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSFirewallApplication Modifier and Type Method Description MacOSEndpointProtectionConfiguration.BuilderMacOSEndpointProtectionConfiguration.Builder. firewallApplications(List<MacOSFirewallApplication> firewallApplications)“List of applications with firewall settings.MacOSEndpointProtectionConfigurationMacOSEndpointProtectionConfiguration. withFirewallApplications(List<MacOSFirewallApplication> firewallApplications)Returns an immutable copy ofthiswith just thefirewallApplicationsfield changed.
-