Package microsoft.dynamics.crm.complex
Class QueryMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.QueryMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class QueryMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegercomponentStateprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected StringfetchXmlprotected BooleanisCustomizableprotected BooleanisDefaultprotected StringlayoutXmlprotected StringmodifiedOnprotected Stringnameprotected StringodataTypeprotected StringqueryApiprotected StringqueryIdprotected IntegerqueryTypeprotected StringreturnedTypeCodeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryMetadata()
-
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
-
queryId
protected String queryId
-
returnedTypeCode
protected String returnedTypeCode
-
componentState
protected Integer componentState
-
name
protected String name
-
description
protected String description
-
fetchXml
protected String fetchXml
-
layoutXml
protected String layoutXml
-
isDefault
protected Boolean isDefault
-
modifiedOn
protected String modifiedOn
-
queryApi
protected String queryApi
-
queryType
protected Integer queryType
-
isCustomizable
protected Boolean isCustomizable
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withQueryId
public QueryMetadata withQueryId(String queryId)
-
withReturnedTypeCode
public QueryMetadata withReturnedTypeCode(String returnedTypeCode)
-
withComponentState
public QueryMetadata withComponentState(Integer componentState)
-
withName
public QueryMetadata withName(String name)
-
withDescription
public QueryMetadata withDescription(String description)
-
withFetchXml
public QueryMetadata withFetchXml(String fetchXml)
-
withLayoutXml
public QueryMetadata withLayoutXml(String layoutXml)
-
withIsDefault
public QueryMetadata withIsDefault(Boolean isDefault)
-
withModifiedOn
public QueryMetadata withModifiedOn(String modifiedOn)
-
withQueryApi
public QueryMetadata withQueryApi(String queryApi)
-
withQueryType
public QueryMetadata withQueryType(Integer queryType)
-
withIsCustomizable
public QueryMetadata withIsCustomizable(Boolean isCustomizable)
-
withUnmappedField
public QueryMetadata 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 QueryMetadata.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
-
-