WorkspaceConnectionInner Class

public class WorkspaceConnectionInner
extends ProxyResource

Workspace connection.

Constructor Summary

Constructor Description
WorkspaceConnectionInner()

Method Summary

Modifier and Type Method and Description
String authType()

Get the authType property: Authorization type of the workspace connection.

String category()

Get the category property: Category of the workspace connection.

String target()

Get the target property: Target of the workspace connection.

void validate()

Validates the instance.

String value()

Get the value property: Value details of the workspace connection.

ValueFormat valueFormat()

Get the valueFormat property: format for the workspace connection value.

WorkspaceConnectionInner withAuthType(String authType)

Set the authType property: Authorization type of the workspace connection.

WorkspaceConnectionInner withCategory(String category)

Set the category property: Category of the workspace connection.

WorkspaceConnectionInner withTarget(String target)

Set the target property: Target of the workspace connection.

WorkspaceConnectionInner withValue(String value)

Set the value property: Value details of the workspace connection.

WorkspaceConnectionInner withValueFormat(ValueFormat valueFormat)

Set the valueFormat property: format for the workspace connection value.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

WorkspaceConnectionInner

public WorkspaceConnectionInner()

Method Details

authType

public String authType()

Get the authType property: Authorization type of the workspace connection.

Returns:

the authType value.

category

public String category()

Get the category property: Category of the workspace connection.

Returns:

the category value.

target

public String target()

Get the target property: Target of the workspace connection.

Returns:

the target value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Value details of the workspace connection.

Returns:

the value value.

valueFormat

public ValueFormat valueFormat()

Get the valueFormat property: format for the workspace connection value.

Returns:

the valueFormat value.

withAuthType

public WorkspaceConnectionInner withAuthType(String authType)

Set the authType property: Authorization type of the workspace connection.

Parameters:

authType - the authType value to set.

Returns:

the WorkspaceConnectionInner object itself.

withCategory

public WorkspaceConnectionInner withCategory(String category)

Set the category property: Category of the workspace connection.

Parameters:

category - the category value to set.

Returns:

the WorkspaceConnectionInner object itself.

withTarget

public WorkspaceConnectionInner withTarget(String target)

Set the target property: Target of the workspace connection.

Parameters:

target - the target value to set.

Returns:

the WorkspaceConnectionInner object itself.

withValue

public WorkspaceConnectionInner withValue(String value)

Set the value property: Value details of the workspace connection.

Parameters:

value - the value value to set.

Returns:

the WorkspaceConnectionInner object itself.

withValueFormat

public WorkspaceConnectionInner withValueFormat(ValueFormat valueFormat)

Set the valueFormat property: format for the workspace connection value.

Parameters:

valueFormat - the valueFormat value to set.

Returns:

the WorkspaceConnectionInner object itself.

Applies to