static DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.get() |
Returns a default instance of DescribeOptions that returns no optional fields and
selects the project arbitrarily.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.inProject(DXContainer project) |
Returns a DescribeOptions that behaves like the current one, except that
project-specific metadata will be retrieved from the specified project or container.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withCustomFields(String... fieldNamesToInclude) |
Returns a DescribeOptions that behaves like the current one, except that only the
specified fields will be included in the result.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withCustomFields(Collection<? extends String> fieldNamesToInclude) |
Returns a DescribeOptions that behaves like the current one, except that only the
fields in the specified collection will be included in the result.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withDetails() |
Returns a DescribeOptions that behaves like the current one, except that the
details field will be included in the result.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.withProperties() |
Returns a DescribeOptions that behaves like the current one, except that the
properties field will be included in the result.
|