Uses of Class
microsoft.dynamics.crm.complex.LookupView.Builder
-
Packages that use LookupView.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of LookupView.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return LookupView.Builder Modifier and Type Method Description static LookupView.BuilderLookupView. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).LookupView.BuilderLookupView.Builder. columns(List<ViewColumn> columns)LookupView.BuilderLookupView.Builder. columns(ViewColumn... columns)LookupView.BuilderLookupView.Builder. columnsNextLink(String columnsNextLink)LookupView.BuilderLookupView.Builder. fetchXml(String fetchXml)LookupView.BuilderLookupView.Builder. layoutJson(String layoutJson)LookupView.BuilderLookupView.Builder. viewId(String viewId)LookupView.BuilderLookupView.Builder. viewName(String viewName)
-