UserIdentityContractInner Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.fluent.models.UserIdentityContractInner

public final class UserIdentityContractInner

User identity details.

Constructor Summary

Constructor Description
UserIdentityContractInner()

Creates an instance of UserIdentityContractInner class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Identifier value within provider.

String provider()

Get the provider property: Identity provider name.

void validate()

Validates the instance.

UserIdentityContractInner withId(String id)

Set the id property: Identifier value within provider.

UserIdentityContractInner withProvider(String provider)

Set the provider property: Identity provider name.

Methods inherited from java.lang.Object

Constructor Details

UserIdentityContractInner

public UserIdentityContractInner()

Creates an instance of UserIdentityContractInner class.

Method Details

id

public String id()

Get the id property: Identifier value within provider.

Returns:

the id value.

provider

public String provider()

Get the provider property: Identity provider name.

Returns:

the provider value.

validate

public void validate()

Validates the instance.

withId

public UserIdentityContractInner withId(String id)

Set the id property: Identifier value within provider.

Parameters:

id - the id value to set.

Returns:

the UserIdentityContractInner object itself.

withProvider

public UserIdentityContractInner withProvider(String provider)

Set the provider property: Identity provider name.

Parameters:

provider - the provider value to set.

Returns:

the UserIdentityContractInner object itself.

Applies to