Class ProviderOperationsMetadataInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.ProviderOperationsMetadataInner
-
public final class ProviderOperationsMetadataInner extends Object
Provider Operations metadata.
-
-
Constructor Summary
Constructors Constructor Description ProviderOperationsMetadataInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName property: The provider display name.Stringid()Get the id property: The provider id.Stringname()Get the name property: The provider name.List<ProviderOperation>operations()Get the operations property: The provider operations.List<ResourceType>resourceTypes()Get the resourceTypes property: The provider resource types.Stringtype()Get the type property: The provider type.voidvalidate()Validates the instance.ProviderOperationsMetadataInnerwithDisplayName(String displayName)Set the displayName property: The provider display name.ProviderOperationsMetadataInnerwithId(String id)Set the id property: The provider id.ProviderOperationsMetadataInnerwithName(String name)Set the name property: The provider name.ProviderOperationsMetadataInnerwithOperations(List<ProviderOperation> operations)Set the operations property: The provider operations.ProviderOperationsMetadataInnerwithResourceTypes(List<ResourceType> resourceTypes)Set the resourceTypes property: The provider resource types.ProviderOperationsMetadataInnerwithType(String type)Set the type property: The provider type.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The provider id.- Returns:
- the id value.
-
withId
public ProviderOperationsMetadataInner withId(String id)
Set the id property: The provider id.- Parameters:
id- the id value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
name
public String name()
Get the name property: The provider name.- Returns:
- the name value.
-
withName
public ProviderOperationsMetadataInner withName(String name)
Set the name property: The provider name.- Parameters:
name- the name value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
type
public String type()
Get the type property: The provider type.- Returns:
- the type value.
-
withType
public ProviderOperationsMetadataInner withType(String type)
Set the type property: The provider type.- Parameters:
type- the type value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
displayName
public String displayName()
Get the displayName property: The provider display name.- Returns:
- the displayName value.
-
withDisplayName
public ProviderOperationsMetadataInner withDisplayName(String displayName)
Set the displayName property: The provider display name.- Parameters:
displayName- the displayName value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
resourceTypes
public List<ResourceType> resourceTypes()
Get the resourceTypes property: The provider resource types.- Returns:
- the resourceTypes value.
-
withResourceTypes
public ProviderOperationsMetadataInner withResourceTypes(List<ResourceType> resourceTypes)
Set the resourceTypes property: The provider resource types.- Parameters:
resourceTypes- the resourceTypes value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
operations
public List<ProviderOperation> operations()
Get the operations property: The provider operations.- Returns:
- the operations value.
-
withOperations
public ProviderOperationsMetadataInner withOperations(List<ProviderOperation> operations)
Set the operations property: The provider operations.- Parameters:
operations- the operations value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-