Uses of Class
odata.msgraph.client.beta.enums.VpnIntegrityAlgorithmType
-
Packages that use VpnIntegrityAlgorithmType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnIntegrityAlgorithmType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnIntegrityAlgorithmType Modifier and Type Field Description protected VpnIntegrityAlgorithmTypeCryptographySuite. integrityCheckMethodprotected VpnIntegrityAlgorithmTypeIosVpnSecurityAssociationParameters. securityIntegrityAlgorithmMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnIntegrityAlgorithmType Modifier and Type Method Description Optional<VpnIntegrityAlgorithmType>CryptographySuite. getIntegrityCheckMethod()“Integrity Check Method”Optional<VpnIntegrityAlgorithmType>IosVpnSecurityAssociationParameters. getSecurityIntegrityAlgorithm()“Integrity algorithm”Methods in odata.msgraph.client.beta.complex with parameters of type VpnIntegrityAlgorithmType Modifier and Type Method Description CryptographySuite.BuilderCryptographySuite.Builder. integrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)“Integrity Check Method”IosVpnSecurityAssociationParameters.BuilderIosVpnSecurityAssociationParameters.Builder. securityIntegrityAlgorithm(VpnIntegrityAlgorithmType securityIntegrityAlgorithm)“Integrity algorithm”CryptographySuiteCryptographySuite. withIntegrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)Returns an immutable copy ofthiswith just theintegrityCheckMethodfield changed.IosVpnSecurityAssociationParametersIosVpnSecurityAssociationParameters. withSecurityIntegrityAlgorithm(VpnIntegrityAlgorithmType securityIntegrityAlgorithm)Returns an immutable copy ofthiswith just thesecurityIntegrityAlgorithmfield changed. -
Uses of VpnIntegrityAlgorithmType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnIntegrityAlgorithmType Modifier and Type Method Description static VpnIntegrityAlgorithmTypeVpnIntegrityAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnIntegrityAlgorithmType[]VpnIntegrityAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-