Uses of Class
microsoft.dynamics.crm.enums.RollupType
-
Packages that use RollupType Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.enums -
-
Uses of RollupType in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type RollupType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Crmbaseentity>System. rollup(Crmbaseentity target, QueryBase query, RollupType rollupType) -
Uses of RollupType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return RollupType Modifier and Type Method Description static RollupTypeRollupType. valueOf(String name)Returns the enum constant of this type with the specified name.static RollupType[]RollupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-