SectionSelfHelp Class

  • java.lang.Object
    • com.azure.resourcemanager.selfhelp.models.SectionSelfHelp

Implements

public final class SectionSelfHelp
implements JsonSerializable<SectionSelfHelp>

Part of the solution and are dividers in the solution rendering.

Method Summary

Modifier and Type Method and Description
String content()

Get the content property: Solution sections content.

static SectionSelfHelp fromJson(JsonReader jsonReader)

Reads an instance of SectionSelfHelp from the JsonReader.

ReplacementMapsSelfHelp replacementMaps()

Get the replacementMaps property: Solution replacement maps.

String title()

Get the title property: Solution sections title.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

content

public String content()

Get the content property: Solution sections content.

Returns:

the content value.

fromJson

public static SectionSelfHelp fromJson(JsonReader jsonReader)

Reads an instance of SectionSelfHelp from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SectionSelfHelp if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SectionSelfHelp.

replacementMaps

public ReplacementMapsSelfHelp replacementMaps()

Get the replacementMaps property: Solution replacement maps.

Returns:

the replacementMaps value.

title

public String title()

Get the title property: Solution sections title.

Returns:

the title value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to