Package odata.msgraph.client.complex
Class EdgeSearchEngineCustom
- java.lang.Object
-
- odata.msgraph.client.complex.EdgeSearchEngineBase
-
- odata.msgraph.client.complex.EdgeSearchEngineCustom
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EdgeSearchEngineCustom extends EdgeSearchEngineBase implements com.github.davidmoten.odata.client.ODataType
“Allows IT admins to set a custom default search engine for MDM-Controlled devices.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeSearchEngineCustom.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringedgeSearchEngineOpenSearchXmlUrl-
Fields inherited from class odata.msgraph.client.complex.EdgeSearchEngineBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEdgeSearchEngineCustom()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeSearchEngineCustom.BuilderbuilderEdgeSearchEngineCustom()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getEdgeSearchEngineOpenSearchXmlUrl()“Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EdgeSearchEngineCustomwithEdgeSearchEngineOpenSearchXmlUrl(String edgeSearchEngineOpenSearchXmlUrl)Returns an immutable copy ofthiswith just theedgeSearchEngineOpenSearchXmlUrlfield changed.EdgeSearchEngineCustomwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
edgeSearchEngineOpenSearchXmlUrl
protected String edgeSearchEngineOpenSearchXmlUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEdgeSearchEngineBase
-
getEdgeSearchEngineOpenSearchXmlUrl
public Optional<String> getEdgeSearchEngineOpenSearchXmlUrl()
“Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.”- Returns:
- property edgeSearchEngineOpenSearchXmlUrl
-
withEdgeSearchEngineOpenSearchXmlUrl
public EdgeSearchEngineCustom withEdgeSearchEngineOpenSearchXmlUrl(String edgeSearchEngineOpenSearchXmlUrl)
Returns an immutable copy ofthiswith just theedgeSearchEngineOpenSearchXmlUrlfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.”
- Parameters:
edgeSearchEngineOpenSearchXmlUrl- new value ofedgeSearchEngineOpenSearchXmlUrlfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theedgeSearchEngineOpenSearchXmlUrlfield changed
-
withUnmappedField
public EdgeSearchEngineCustom withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEdgeSearchEngineBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEdgeSearchEngineBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEdgeSearchEngineBase
-
builderEdgeSearchEngineCustom
public static EdgeSearchEngineCustom.Builder builderEdgeSearchEngineCustom()
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
-
toString
public String toString()
- Overrides:
toStringin classEdgeSearchEngineBase
-
-