Uses of Class
odata.msgraph.client.complex.AccountTargetContent
-
Packages that use AccountTargetContent Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccountTargetContent in odata.msgraph.client.complex
Subclasses of AccountTargetContent in odata.msgraph.client.complex Modifier and Type Class Description classAddressBookAccountTargetContentclassIncludeAllAccountTargetContentMethods in odata.msgraph.client.complex that return AccountTargetContent Modifier and Type Method Description AccountTargetContentAccountTargetContent. withType(AccountTargetContentType type)AccountTargetContentAccountTargetContent. withUnmappedField(String name, Object value) -
Uses of AccountTargetContent in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AccountTargetContent Modifier and Type Field Description protected AccountTargetContentSimulation. excludedAccountTargetprotected AccountTargetContentSimulation. includedAccountTargetMethods in odata.msgraph.client.entity that return types with arguments of type AccountTargetContent Modifier and Type Method Description Optional<AccountTargetContent>Simulation. getExcludedAccountTarget()Optional<AccountTargetContent>Simulation. getIncludedAccountTarget()Methods in odata.msgraph.client.entity with parameters of type AccountTargetContent Modifier and Type Method Description Simulation.BuilderSimulation.Builder. excludedAccountTarget(AccountTargetContent excludedAccountTarget)Simulation.BuilderSimulation.Builder. includedAccountTarget(AccountTargetContent includedAccountTarget)SimulationSimulation. withExcludedAccountTarget(AccountTargetContent excludedAccountTarget)SimulationSimulation. withIncludedAccountTarget(AccountTargetContent includedAccountTarget)
-