public class EdgeSearchEngine extends EdgeSearchEngineBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeSearchEngine.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeSearchEngineType |
edgeSearchEngineType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EdgeSearchEngine() |
| Modifier and Type | Method and Description |
|---|---|
static EdgeSearchEngine.Builder |
builderEdgeSearchEngine()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<EdgeSearchEngineType> |
getEdgeSearchEngineType()
“Allows IT admins to set a predefined default search engine for MDM-Controlled
devices.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EdgeSearchEngine |
withEdgeSearchEngineType(EdgeSearchEngineType edgeSearchEngineType)
Returns an immutable copy of
this with just the edgeSearchEngineType field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected EdgeSearchEngineType edgeSearchEngineType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EdgeSearchEngineBasepublic Optional<EdgeSearchEngineType> getEdgeSearchEngineType()
public EdgeSearchEngine withEdgeSearchEngineType(EdgeSearchEngineType edgeSearchEngineType)
this with just the edgeSearchEngineType field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Allows IT admins to set a predefined default search engine for MDM-Controlled devices.”
edgeSearchEngineType - new value of edgeSearchEngineType field (as defined in service metadata)this with just the edgeSearchEngineType field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EdgeSearchEngineBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EdgeSearchEngineBasepublic static EdgeSearchEngine.Builder builderEdgeSearchEngine()
public String toString()
toString in class EdgeSearchEngineBaseCopyright © 2018–2020. All rights reserved.