EntryPoint
Type name: EntryPoint
Extends Intangible
Name |
Type |
Description |
application |
SoftwareApplication |
An application that can complete the request. |
contentType |
Text |
The supported content type(s) for an EntryPoint response. |
encodingType |
Text |
The supported encoding type(s) for an EntryPoint request. |
httpMethod |
Text |
An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP. |
urlTemplate |
Text |
An url template (RFC 6570) that will be used to construct the target of the execution of the action. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["EntryPoint specifies how an action is triggered, extending the concept of an Intangible item."],["It details the application, content and encoding types, HTTP method, and URL template for executing the action."],["`application`, `contentType`, `encodingType`, `httpMethod`, and `urlTemplate` properties define the specifics of triggering and handling the action."]]],[]]