Uses of Class
odata.msgraph.client.beta.enums.EncryptWith
-
Packages that use EncryptWith Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of EncryptWith in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as EncryptWith Modifier and Type Field Description protected EncryptWithEncryptContent. encryptWithMethods in odata.msgraph.client.beta.complex that return types with arguments of type EncryptWith Modifier and Type Method Description Optional<EncryptWith>EncryptContent. getEncryptWith()Methods in odata.msgraph.client.beta.complex with parameters of type EncryptWith Modifier and Type Method Description EncryptWithTemplate.BuilderEncryptWithTemplate.Builder. encryptWith(EncryptWith encryptWith)EncryptWithUserDefinedRights.BuilderEncryptWithUserDefinedRights.Builder. encryptWith(EncryptWith encryptWith)EncryptContentEncryptContent. withEncryptWith(EncryptWith encryptWith) -
Uses of EncryptWith in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EncryptWith Modifier and Type Method Description static EncryptWithEncryptWith. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptWith[]EncryptWith. values()Returns an array containing the constants of this enum type, in the order they are declared.
-