Link Class

Definition

Item in A list of link types and descriptions for the API schema documents

public class Link
type Link = class
Public Class Link
Inheritance
Link

Constructors

Name Description
Link()

Properties

Name Description
Href

This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action

Method

The HTTP method that should be used when accessing the URL defined in `href'. (GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD)

Rel

As with an HTML `rel' attribute, this describes the type of link

Schema

For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to

TargetSchema

For GETs, this is a URL representing the schema that the response should conform to

Applies to