Class EdgeHomeButtonOpensCustomURL
- java.lang.Object
-
- odata.msgraph.client.beta.complex.EdgeHomeButtonConfiguration
-
- odata.msgraph.client.beta.complex.EdgeHomeButtonOpensCustomURL
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EdgeHomeButtonOpensCustomURL extends EdgeHomeButtonConfiguration implements com.github.davidmoten.odata.client.ODataType
“Show the home button; clicking the home button loads a specific URL.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeHomeButtonOpensCustomURL.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringhomeButtonCustomURL-
Fields inherited from class odata.msgraph.client.beta.complex.EdgeHomeButtonConfiguration
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEdgeHomeButtonOpensCustomURL()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeHomeButtonOpensCustomURL.BuilderbuilderEdgeHomeButtonOpensCustomURL()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getHomeButtonCustomURL()“The specific URL to load.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EdgeHomeButtonOpensCustomURLwithHomeButtonCustomURL(String homeButtonCustomURL)Returns an immutable copy ofthiswith just thehomeButtonCustomURLfield changed.EdgeHomeButtonOpensCustomURLwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
homeButtonCustomURL
protected String homeButtonCustomURL
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEdgeHomeButtonConfiguration
-
getHomeButtonCustomURL
public Optional<String> getHomeButtonCustomURL()
“The specific URL to load.”- Returns:
- property homeButtonCustomURL
-
withHomeButtonCustomURL
public EdgeHomeButtonOpensCustomURL withHomeButtonCustomURL(String homeButtonCustomURL)
Returns an immutable copy ofthiswith just thehomeButtonCustomURLfield 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.“The specific URL to load.”
- Parameters:
homeButtonCustomURL- new value ofhomeButtonCustomURLfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thehomeButtonCustomURLfield changed
-
withUnmappedField
public EdgeHomeButtonOpensCustomURL withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEdgeHomeButtonConfiguration
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEdgeHomeButtonConfiguration
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEdgeHomeButtonConfiguration
-
builderEdgeHomeButtonOpensCustomURL
public static EdgeHomeButtonOpensCustomURL.Builder builderEdgeHomeButtonOpensCustomURL()
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 classEdgeHomeButtonConfiguration
-
-