Share via


ApplicationInner Class

public final class ApplicationInner
extends ProxyResource

Security Application over a given scope.

Constructor Summary

Constructor Description
ApplicationInner()

Creates an instance of ApplicationInner class.

Method Summary

Modifier and Type Method and Description
List<Object> conditionSets()

Get the conditionSets property: The application conditionSets - see examples.

String description()

Get the description property: description of the application.

String displayName()

Get the displayName property: display name of the application.

static ApplicationInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

ApplicationSourceResourceType sourceResourceType()

Get the sourceResourceType property: The application source, what it affects, e.g.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

ApplicationInner withConditionSets(List<Object> conditionSets)

Set the conditionSets property: The application conditionSets - see examples.

ApplicationInner withDescription(String description)

Set the description property: description of the application.

ApplicationInner withDisplayName(String displayName)

Set the displayName property: display name of the application.

ApplicationInner withSourceResourceType(ApplicationSourceResourceType sourceResourceType)

Set the sourceResourceType property: The application source, what it affects, e.g.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ApplicationInner

public ApplicationInner()

Creates an instance of ApplicationInner class.

Method Details

conditionSets

public List<Object> conditionSets()

Get the conditionSets property: The application conditionSets - see examples.

Returns:

the conditionSets value.

description

public String description()

Get the description property: description of the application.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: display name of the application.

Returns:

the displayName value.

fromJson

public static ApplicationInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ApplicationInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ApplicationInner.name()

Returns:

the name value.

sourceResourceType

public ApplicationSourceResourceType sourceResourceType()

Get the sourceResourceType property: The application source, what it affects, e.g. Assessments.

Returns:

the sourceResourceType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ApplicationInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withConditionSets

public ApplicationInner withConditionSets(List<Object> conditionSets)

Set the conditionSets property: The application conditionSets - see examples.

Parameters:

conditionSets - the conditionSets value to set.

Returns:

the ApplicationInner object itself.

withDescription

public ApplicationInner withDescription(String description)

Set the description property: description of the application.

Parameters:

description - the description value to set.

Returns:

the ApplicationInner object itself.

withDisplayName

public ApplicationInner withDisplayName(String displayName)

Set the displayName property: display name of the application.

Parameters:

displayName - the displayName value to set.

Returns:

the ApplicationInner object itself.

withSourceResourceType

public ApplicationInner withSourceResourceType(ApplicationSourceResourceType sourceResourceType)

Set the sourceResourceType property: The application source, what it affects, e.g. Assessments.

Parameters:

sourceResourceType - the sourceResourceType value to set.

Returns:

the ApplicationInner object itself.

Applies to