Package microsoft.dynamics.crm.complex
Class LookupEntityInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.LookupEntityInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LookupEntityInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupEntityInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcustomFilterprotected StringentityLogicalNameprotected StringfetchXmlprotected StringlayoutJsonprotected StringodataTypeprotected PagingInfopagingInfoprotected StringrelationshipNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected UUIDviewId
-
Constructor Summary
Constructors Modifier Constructor Description protectedLookupEntityInfo()
-
Method Summary
-
-
-
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
-
entityLogicalName
protected String entityLogicalName
-
viewId
protected UUID viewId
-
customFilter
protected String customFilter
-
relationshipName
protected String relationshipName
-
fetchXml
protected String fetchXml
-
layoutJson
protected String layoutJson
-
pagingInfo
protected PagingInfo pagingInfo
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withEntityLogicalName
public LookupEntityInfo withEntityLogicalName(String entityLogicalName)
-
withViewId
public LookupEntityInfo withViewId(UUID viewId)
-
withCustomFilter
public LookupEntityInfo withCustomFilter(String customFilter)
-
withRelationshipName
public LookupEntityInfo withRelationshipName(String relationshipName)
-
withFetchXml
public LookupEntityInfo withFetchXml(String fetchXml)
-
withLayoutJson
public LookupEntityInfo withLayoutJson(String layoutJson)
-
getPagingInfo
public Optional<PagingInfo> getPagingInfo()
-
withPagingInfo
public LookupEntityInfo withPagingInfo(PagingInfo pagingInfo)
-
withUnmappedField
public LookupEntityInfo 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 LookupEntityInfo.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
-
-