Package microsoft.dynamics.crm.complex
Class LookupView
- java.lang.Object
-
- microsoft.dynamics.crm.complex.LookupView
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LookupView extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupView.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<ViewColumn>columnsprotected StringcolumnsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringfetchXmlprotected StringlayoutJsonprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringviewIdprotected StringviewName
-
Constructor Summary
Constructors Modifier Constructor Description protectedLookupView()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupView.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<ViewColumn>getColumns()com.github.davidmoten.odata.client.CollectionPage<ViewColumn>getColumns(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getFetchXml()Optional<String>getLayoutJson()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getViewId()Optional<String>getViewName()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()LookupViewwithFetchXml(String fetchXml)LookupViewwithLayoutJson(String layoutJson)LookupViewwithUnmappedField(String name, String value)LookupViewwithViewId(String viewId)LookupViewwithViewName(String viewName)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
viewId
protected String viewId
-
viewName
protected String viewName
-
columns
protected List<ViewColumn> columns
-
columnsNextLink
protected String columnsNextLink
-
fetchXml
protected String fetchXml
-
layoutJson
protected String layoutJson
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withViewId
public LookupView withViewId(String viewId)
-
withViewName
public LookupView withViewName(String viewName)
-
getColumns
public com.github.davidmoten.odata.client.CollectionPage<ViewColumn> getColumns()
-
getColumns
public com.github.davidmoten.odata.client.CollectionPage<ViewColumn> getColumns(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withFetchXml
public LookupView withFetchXml(String fetchXml)
-
withLayoutJson
public LookupView withLayoutJson(String layoutJson)
-
withUnmappedField
public LookupView withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static LookupView.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-