Uses of Class
odata.msgraph.client.beta.enums.UserPfxIntendedPurpose
-
Packages that use UserPfxIntendedPurpose Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of UserPfxIntendedPurpose in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as UserPfxIntendedPurpose Modifier and Type Field Description protected UserPfxIntendedPurposeUserPFXCertificate. intendedPurposeMethods in odata.msgraph.client.beta.entity that return types with arguments of type UserPfxIntendedPurpose Modifier and Type Method Description Optional<UserPfxIntendedPurpose>UserPFXCertificate. getIntendedPurpose()“Certificate's intended purpose from the point-of-view of deployment.”Methods in odata.msgraph.client.beta.entity with parameters of type UserPfxIntendedPurpose Modifier and Type Method Description UserPFXCertificate.BuilderUserPFXCertificate.Builder. intendedPurpose(UserPfxIntendedPurpose intendedPurpose)“Certificate's intended purpose from the point-of-view of deployment.”UserPFXCertificateUserPFXCertificate. withIntendedPurpose(UserPfxIntendedPurpose intendedPurpose)Returns an immutable copy ofthiswith just theintendedPurposefield changed. -
Uses of UserPfxIntendedPurpose in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return UserPfxIntendedPurpose Modifier and Type Method Description static UserPfxIntendedPurposeUserPfxIntendedPurpose. valueOf(String name)Returns the enum constant of this type with the specified name.static UserPfxIntendedPurpose[]UserPfxIntendedPurpose. values()Returns an array containing the constants of this enum type, in the order they are declared.
-