Package microsoft.dynamics.crm.complex
Class LookupDataRequest
- java.lang.Object
-
- microsoft.dynamics.crm.complex.LookupDataRequest
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LookupDataRequest extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupDataRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDappIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected EntityAndAttributeentityAndAttributeprotected List<LookupEntityInfo>lookupEntityByNameprotected StringlookupEntityByNameNextLinkprotected StringodataTypeprotected StringqueryStringprotected UUIDrelatedRecordIdprotected BooleanreturnMetadataprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedLookupDataRequest()
-
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
-
lookupEntityByName
protected List<LookupEntityInfo> lookupEntityByName
-
lookupEntityByNameNextLink
protected String lookupEntityByNameNextLink
-
entityAndAttribute
protected EntityAndAttribute entityAndAttribute
-
appId
protected UUID appId
-
relatedRecordId
protected UUID relatedRecordId
-
queryString
protected String queryString
-
returnMetadata
protected Boolean returnMetadata
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getLookupEntityByName
public com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> getLookupEntityByName()
-
getLookupEntityByName
public com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> getLookupEntityByName(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getEntityAndAttribute
public Optional<EntityAndAttribute> getEntityAndAttribute()
-
withEntityAndAttribute
public LookupDataRequest withEntityAndAttribute(EntityAndAttribute entityAndAttribute)
-
withAppId
public LookupDataRequest withAppId(UUID appId)
-
withRelatedRecordId
public LookupDataRequest withRelatedRecordId(UUID relatedRecordId)
-
withQueryString
public LookupDataRequest withQueryString(String queryString)
-
withReturnMetadata
public LookupDataRequest withReturnMetadata(Boolean returnMetadata)
-
withUnmappedField
public LookupDataRequest withUnmappedField(String name, Object 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 LookupDataRequest.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
-
-