Uses of Class
odata.msgraph.client.beta.enums.CloudPcAuditActorType
-
Packages that use CloudPcAuditActorType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of CloudPcAuditActorType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as CloudPcAuditActorType Modifier and Type Field Description protected CloudPcAuditActorTypeCloudPcAuditActor. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type CloudPcAuditActorType Modifier and Type Method Description Optional<CloudPcAuditActorType>CloudPcAuditActor. getType()Methods in odata.msgraph.client.beta.complex with parameters of type CloudPcAuditActorType Modifier and Type Method Description CloudPcAuditActor.BuilderCloudPcAuditActor.Builder. type(CloudPcAuditActorType type)CloudPcAuditActorCloudPcAuditActor. withType(CloudPcAuditActorType type) -
Uses of CloudPcAuditActorType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcAuditActorType Modifier and Type Method Description static CloudPcAuditActorTypeCloudPcAuditActorType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPcAuditActorType[]CloudPcAuditActorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-