Uses of Class
microsoft.dynamics.crm.complex.LookupView
-
Packages that use LookupView Package Description microsoft.dynamics.crm.complex -
-
Uses of LookupView in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as LookupView Modifier and Type Field Description protected LookupViewLookupMetadata. viewMethods in microsoft.dynamics.crm.complex that return LookupView Modifier and Type Method Description LookupViewLookupView.Builder. build()LookupViewLookupView. withFetchXml(String fetchXml)LookupViewLookupView. withLayoutJson(String layoutJson)LookupViewLookupView. withUnmappedField(String name, String value)LookupViewLookupView. withViewId(UUID viewId)LookupViewLookupView. withViewName(String viewName)Methods in microsoft.dynamics.crm.complex that return types with arguments of type LookupView Modifier and Type Method Description Optional<LookupView>LookupMetadata. getView()Methods in microsoft.dynamics.crm.complex with parameters of type LookupView Modifier and Type Method Description LookupMetadata.BuilderLookupMetadata.Builder. view(LookupView view)LookupMetadataLookupMetadata. withView(LookupView view)
-