Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GroupContractInner
Packages that use GroupContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GroupContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return GroupContractInnerModifier and TypeMethodDescriptionGroupsClient.createOrUpdate(String resourceGroupName, String serviceName, String groupId, GroupCreateParameters parameters) Creates or Updates a group.ProductGroupsClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, String groupId) Adds the association between the specified developer group with the specified product.WorkspaceGroupsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String groupId, GroupCreateParameters parameters) Creates or Updates a group.Gets the details of the group specified by its identifier.WorkspaceGroupsClient.get(String resourceGroupName, String serviceName, String workspaceId, String groupId) Gets the details of the group specified by its identifier.GroupsClient.update(String resourceGroupName, String serviceName, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.WorkspaceGroupsClient.update(String resourceGroupName, String serviceName, String workspaceId, String groupId, String ifMatch, GroupUpdateParameters parameters) Updates the details of the group specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type GroupContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GroupContractInner> ProductGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String groupId, com.azure.core.util.Context context) Adds the association between the specified developer group with the specified product.com.azure.core.http.rest.PagedIterable<GroupContractInner> Lists all user groups.com.azure.core.http.rest.PagedIterable<GroupContractInner> UserGroupsClient.list(String resourceGroupName, String serviceName, String userId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all user groups.com.azure.core.http.rest.PagedIterable<GroupContractInner> ProductGroupsClient.listByProduct(String resourceGroupName, String serviceName, String productId) Lists the collection of developer groups associated with the specified product.com.azure.core.http.rest.PagedIterable<GroupContractInner> ProductGroupsClient.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of developer groups associated with the specified product.com.azure.core.http.rest.PagedIterable<GroupContractInner> GroupsClient.listByService(String resourceGroupName, String serviceName) Lists a collection of groups defined within a service instance.com.azure.core.http.rest.PagedIterable<GroupContractInner> GroupsClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of groups defined within a service instance.com.azure.core.http.rest.PagedIterable<GroupContractInner> WorkspaceGroupsClient.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of groups defined within a workspace in a service instance.com.azure.core.http.rest.PagedIterable<GroupContractInner> WorkspaceGroupsClient.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of groups defined within a workspace in a service instance. -
Uses of GroupContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GroupContractInnerModifier and TypeMethodDescriptionstatic GroupContractInnerGroupContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupContractInner from the JsonReader.GroupContractInner.withDescription(String description) Set the description property: Group description.GroupContractInner.withDisplayName(String displayName) Set the displayName property: Group name.GroupContractInner.withExternalId(String externalId) Set the externalId property: For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.GroupContractInner.withTypePropertiesType(GroupType type) Set the type property: Group type. -
Uses of GroupContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GroupContractInnerModifier and TypeMethodDescriptionGroupsCreateOrUpdateResponse.getValue()Gets the deserialized response body.GroupsGetResponse.getValue()Gets the deserialized response body.GroupsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceGroupsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceGroupsGetResponse.getValue()Gets the deserialized response body.WorkspaceGroupsUpdateResponse.getValue()Gets the deserialized response body.GroupContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GroupContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GroupContractInnerMethod parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type GroupContractInnerModifier and TypeMethodDescriptionGroupCollection.withValue(List<GroupContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type GroupContractInnerModifierConstructorDescriptionGroupsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, GroupsCreateOrUpdateHeaders headers) Creates an instance of GroupsCreateOrUpdateResponse.GroupsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, GroupsGetHeaders headers) Creates an instance of GroupsGetResponse.GroupsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, GroupsUpdateHeaders headers) Creates an instance of GroupsUpdateResponse.WorkspaceGroupsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, WorkspaceGroupsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceGroupsCreateOrUpdateResponse.WorkspaceGroupsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, WorkspaceGroupsGetHeaders headers) Creates an instance of WorkspaceGroupsGetResponse.WorkspaceGroupsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GroupContractInner value, WorkspaceGroupsUpdateHeaders headers) Creates an instance of WorkspaceGroupsUpdateResponse.