Uses of Class
odata.msgraph.client.beta.enums.HashAlgorithms
-
Packages that use HashAlgorithms Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of HashAlgorithms in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as HashAlgorithms Modifier and Type Field Description protected HashAlgorithmsAndroidDeviceOwnerScepCertificateProfile. hashAlgorithmprotected HashAlgorithmsAndroidForWorkScepCertificateProfile. hashAlgorithmprotected HashAlgorithmsAndroidScepCertificateProfile. hashAlgorithmprotected HashAlgorithmsAndroidWorkProfileScepCertificateProfile. hashAlgorithmprotected HashAlgorithmsMacOSScepCertificateProfile. hashAlgorithmprotected HashAlgorithmsWindows81SCEPCertificateProfile. hashAlgorithmprotected HashAlgorithmsWindowsPhone81SCEPCertificateProfile. hashAlgorithmFields in odata.msgraph.client.beta.entity with type parameters of type HashAlgorithms Modifier and Type Field Description protected List<HashAlgorithms>Windows10XSCEPCertificateProfile. hashAlgorithmMethods in odata.msgraph.client.beta.entity that return types with arguments of type HashAlgorithms Modifier and Type Method Description Optional<HashAlgorithms>AndroidDeviceOwnerScepCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm”Optional<HashAlgorithms>AndroidForWorkScepCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm”Optional<HashAlgorithms>AndroidScepCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm”Optional<HashAlgorithms>AndroidWorkProfileScepCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm”Optional<HashAlgorithms>MacOSScepCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm.”com.github.davidmoten.odata.client.CollectionPage<HashAlgorithms>Windows10XSCEPCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm.”com.github.davidmoten.odata.client.CollectionPage<HashAlgorithms>Windows10XSCEPCertificateProfile. getHashAlgorithm(com.github.davidmoten.odata.client.HttpRequestOptions options)“SCEP Hash Algorithm.”Optional<HashAlgorithms>Windows81SCEPCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm.”Optional<HashAlgorithms>WindowsPhone81SCEPCertificateProfile. getHashAlgorithm()“SCEP Hash Algorithm.”Methods in odata.msgraph.client.beta.entity with parameters of type HashAlgorithms Modifier and Type Method Description AndroidDeviceOwnerScepCertificateProfile.BuilderAndroidDeviceOwnerScepCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm”AndroidForWorkScepCertificateProfile.BuilderAndroidForWorkScepCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm”AndroidScepCertificateProfile.BuilderAndroidScepCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm”AndroidWorkProfileScepCertificateProfile.BuilderAndroidWorkProfileScepCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm”MacOSScepCertificateProfile.BuilderMacOSScepCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm.”Windows10XSCEPCertificateProfile.BuilderWindows10XSCEPCertificateProfile.Builder. hashAlgorithm(HashAlgorithms... hashAlgorithm)“SCEP Hash Algorithm.”Windows81SCEPCertificateProfile.BuilderWindows81SCEPCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm.”WindowsPhone81SCEPCertificateProfile.BuilderWindowsPhone81SCEPCertificateProfile.Builder. hashAlgorithm(HashAlgorithms hashAlgorithm)“SCEP Hash Algorithm.”AndroidDeviceOwnerScepCertificateProfileAndroidDeviceOwnerScepCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.AndroidForWorkScepCertificateProfileAndroidForWorkScepCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.AndroidScepCertificateProfileAndroidScepCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.AndroidWorkProfileScepCertificateProfileAndroidWorkProfileScepCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.MacOSScepCertificateProfileMacOSScepCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.Windows81SCEPCertificateProfileWindows81SCEPCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.WindowsPhone81SCEPCertificateProfileWindowsPhone81SCEPCertificateProfile. withHashAlgorithm(HashAlgorithms hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed.Method parameters in odata.msgraph.client.beta.entity with type arguments of type HashAlgorithms Modifier and Type Method Description Windows10XSCEPCertificateProfile.BuilderWindows10XSCEPCertificateProfile.Builder. hashAlgorithm(List<HashAlgorithms> hashAlgorithm)“SCEP Hash Algorithm.”Windows10XSCEPCertificateProfileWindows10XSCEPCertificateProfile. withHashAlgorithm(List<HashAlgorithms> hashAlgorithm)Returns an immutable copy ofthiswith just thehashAlgorithmfield changed. -
Uses of HashAlgorithms in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return HashAlgorithms Modifier and Type Method Description static HashAlgorithmsHashAlgorithms. valueOf(String name)Returns the enum constant of this type with the specified name.static HashAlgorithms[]HashAlgorithms. values()Returns an array containing the constants of this enum type, in the order they are declared.
-