Uses of Class
microsoft.dynamics.crm.complex.ColumnSet
-
Packages that use ColumnSet Package Description microsoft.dynamics.crm.complex -
-
Uses of ColumnSet in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as ColumnSet Modifier and Type Field Description protected ColumnSetLinkEntity. columnsprotected ColumnSetQueryByAttribute. columnSetprotected ColumnSetQueryExpression. columnSetMethods in microsoft.dynamics.crm.complex that return ColumnSet Modifier and Type Method Description ColumnSetColumnSet.Builder. build()ColumnSetColumnSet. withAllColumns(Boolean allColumns)ColumnSetColumnSet. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ColumnSet Modifier and Type Method Description Optional<ColumnSet>LinkEntity. getColumns()Optional<ColumnSet>QueryByAttribute. getColumnSet()Optional<ColumnSet>QueryExpression. getColumnSet()Methods in microsoft.dynamics.crm.complex with parameters of type ColumnSet Modifier and Type Method Description LinkEntity.BuilderLinkEntity.Builder. columns(ColumnSet columns)QueryByAttribute.BuilderQueryByAttribute.Builder. columnSet(ColumnSet columnSet)QueryExpression.BuilderQueryExpression.Builder. columnSet(ColumnSet columnSet)LinkEntityLinkEntity. withColumns(ColumnSet columns)QueryByAttributeQueryByAttribute. withColumnSet(ColumnSet columnSet)QueryExpressionQueryExpression. withColumnSet(ColumnSet columnSet)
-