Class RecipientUsersContractProperties
- java.lang.Object
-
- com.azure.resourcemanager.apimanagement.fluent.models.RecipientUsersContractProperties
-
public final class RecipientUsersContractProperties extends Object
Recipient User Contract Properties.
-
-
Constructor Summary
Constructors Constructor Description RecipientUsersContractProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
userId()
Get the userId property: API Management UserId subscribed to notification.void
validate()
Validates the instance.RecipientUsersContractProperties
withUserId(String userId)
Set the userId property: API Management UserId subscribed to notification.
-
-
-
Method Detail
-
userId
public String userId()
Get the userId property: API Management UserId subscribed to notification.- Returns:
- the userId value.
-
withUserId
public RecipientUsersContractProperties withUserId(String userId)
Set the userId property: API Management UserId subscribed to notification.- Parameters:
userId
- the userId value to set.- Returns:
- the RecipientUsersContractProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-