Class 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.”
    • Field Detail

      • homeButtonCustomURL

        protected String homeButtonCustomURL
    • Constructor Detail

      • EdgeHomeButtonOpensCustomURL

        protected EdgeHomeButtonOpensCustomURL()
    • Method Detail

      • getHomeButtonCustomURL

        public Optional<String> getHomeButtonCustomURL()
        “The specific URL to load.”
        Returns:
        property homeButtonCustomURL
      • withHomeButtonCustomURL

        public EdgeHomeButtonOpensCustomURL withHomeButtonCustomURL​(String homeButtonCustomURL)
        Returns an immutable copy of this with just the homeButtonCustomURL 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.

        “The specific URL to load.”

        Parameters:
        homeButtonCustomURL - new value of homeButtonCustomURL field (as defined in service metadata)
        Returns:
        immutable copy of this with just the homeButtonCustomURL field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class EdgeHomeButtonConfiguration
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class EdgeHomeButtonConfiguration
      • 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