Class ODataSelect
java.lang.Object
com.atlassian.crowd.directory.query.ODataSelect
- All Implemented Interfaces:
MicrosoftGraphQueryParam
Represents a $select query parameter used by Microsoft Graph. Used to specify the returned columns
See: http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddColumns
(String... values) boolean
getName()
int
hashCode()
merge
(ODataSelect other)
-
Field Details
-
QUERY_PARAM_NAME
- See Also:
-
-
Constructor Details
-
ODataSelect
-
-
Method Details
-
addColumns
-
merge
-
getName
- Specified by:
getName
in interfaceMicrosoftGraphQueryParam
- Returns:
- the name of the query parameter
-
asRawValue
- Specified by:
asRawValue
in interfaceMicrosoftGraphQueryParam
- Returns:
- the raw value of the underlying query parameter, which must be encoded before being used
-
equals
-
hashCode
public int hashCode()
-