Uses of Class
microsoft.dynamics.crm.enums.RecentlyViewedRecordType
-
Packages that use RecentlyViewedRecordType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of RecentlyViewedRecordType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as RecentlyViewedRecordType Modifier and Type Field Description protected RecentlyViewedRecordTypeRecentItem. recordTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type RecentlyViewedRecordType Modifier and Type Method Description Optional<RecentlyViewedRecordType>RecentItem. getRecordType()Methods in microsoft.dynamics.crm.complex with parameters of type RecentlyViewedRecordType Modifier and Type Method Description RecentItem.BuilderRecentItem.Builder. recordType(RecentlyViewedRecordType recordType)RecentItemRecentItem. withRecordType(RecentlyViewedRecordType recordType) -
Uses of RecentlyViewedRecordType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return RecentlyViewedRecordType Modifier and Type Method Description static RecentlyViewedRecordTypeRecentlyViewedRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecentlyViewedRecordType[]RecentlyViewedRecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-