![JAR search and dependency download from the Maven repository](/logo.png)
com.azure.resourcemanager.securityinsights.implementation.IncidentCommentsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-securityinsights Show documentation
Show all versions of azure-resourcemanager-securityinsights Show documentation
This package contains Microsoft Azure SDK for SecurityInsights Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider. Package tag package-preview-2021-09.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.securityinsights.implementation;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.http.rest.SimpleResponse;
import com.azure.core.util.Context;
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.securityinsights.fluent.IncidentCommentsClient;
import com.azure.resourcemanager.securityinsights.fluent.models.IncidentCommentInner;
import com.azure.resourcemanager.securityinsights.models.IncidentComment;
import com.azure.resourcemanager.securityinsights.models.IncidentComments;
public final class IncidentCommentsImpl implements IncidentComments {
private static final ClientLogger LOGGER = new ClientLogger(IncidentCommentsImpl.class);
private final IncidentCommentsClient innerClient;
private final com.azure.resourcemanager.securityinsights.SecurityInsightsManager serviceManager;
public IncidentCommentsImpl(IncidentCommentsClient innerClient,
com.azure.resourcemanager.securityinsights.SecurityInsightsManager serviceManager) {
this.innerClient = innerClient;
this.serviceManager = serviceManager;
}
public PagedIterable list(String resourceGroupName, String workspaceName, String incidentId) {
PagedIterable inner
= this.serviceClient().list(resourceGroupName, workspaceName, incidentId);
return ResourceManagerUtils.mapPage(inner, inner1 -> new IncidentCommentImpl(inner1, this.manager()));
}
public PagedIterable list(String resourceGroupName, String workspaceName, String incidentId,
String filter, String orderby, Integer top, String skipToken, Context context) {
PagedIterable inner = this.serviceClient()
.list(resourceGroupName, workspaceName, incidentId, filter, orderby, top, skipToken, context);
return ResourceManagerUtils.mapPage(inner, inner1 -> new IncidentCommentImpl(inner1, this.manager()));
}
public Response getWithResponse(String resourceGroupName, String workspaceName, String incidentId,
String incidentCommentId, Context context) {
Response inner = this.serviceClient()
.getWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, context);
if (inner != null) {
return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
new IncidentCommentImpl(inner.getValue(), this.manager()));
} else {
return null;
}
}
public IncidentComment get(String resourceGroupName, String workspaceName, String incidentId,
String incidentCommentId) {
IncidentCommentInner inner
= this.serviceClient().get(resourceGroupName, workspaceName, incidentId, incidentCommentId);
if (inner != null) {
return new IncidentCommentImpl(inner, this.manager());
} else {
return null;
}
}
public Response deleteWithResponse(String resourceGroupName, String workspaceName, String incidentId,
String incidentCommentId, Context context) {
return this.serviceClient()
.deleteWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, context);
}
public void delete(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId) {
this.serviceClient().delete(resourceGroupName, workspaceName, incidentId, incidentCommentId);
}
public IncidentComment getById(String id) {
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
String workspaceName = ResourceManagerUtils.getValueFromIdByName(id, "workspaces");
if (workspaceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'workspaces'.", id)));
}
String incidentId = ResourceManagerUtils.getValueFromIdByName(id, "incidents");
if (incidentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'incidents'.", id)));
}
String incidentCommentId = ResourceManagerUtils.getValueFromIdByName(id, "comments");
if (incidentCommentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'comments'.", id)));
}
return this.getWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, Context.NONE)
.getValue();
}
public Response getByIdWithResponse(String id, Context context) {
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
String workspaceName = ResourceManagerUtils.getValueFromIdByName(id, "workspaces");
if (workspaceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'workspaces'.", id)));
}
String incidentId = ResourceManagerUtils.getValueFromIdByName(id, "incidents");
if (incidentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'incidents'.", id)));
}
String incidentCommentId = ResourceManagerUtils.getValueFromIdByName(id, "comments");
if (incidentCommentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'comments'.", id)));
}
return this.getWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, context);
}
public void deleteById(String id) {
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
String workspaceName = ResourceManagerUtils.getValueFromIdByName(id, "workspaces");
if (workspaceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'workspaces'.", id)));
}
String incidentId = ResourceManagerUtils.getValueFromIdByName(id, "incidents");
if (incidentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'incidents'.", id)));
}
String incidentCommentId = ResourceManagerUtils.getValueFromIdByName(id, "comments");
if (incidentCommentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'comments'.", id)));
}
this.deleteWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, Context.NONE);
}
public Response deleteByIdWithResponse(String id, Context context) {
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
String workspaceName = ResourceManagerUtils.getValueFromIdByName(id, "workspaces");
if (workspaceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'workspaces'.", id)));
}
String incidentId = ResourceManagerUtils.getValueFromIdByName(id, "incidents");
if (incidentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'incidents'.", id)));
}
String incidentCommentId = ResourceManagerUtils.getValueFromIdByName(id, "comments");
if (incidentCommentId == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'comments'.", id)));
}
return this.deleteWithResponse(resourceGroupName, workspaceName, incidentId, incidentCommentId, context);
}
private IncidentCommentsClient serviceClient() {
return this.innerClient;
}
private com.azure.resourcemanager.securityinsights.SecurityInsightsManager manager() {
return this.serviceManager;
}
public IncidentCommentImpl define(String name) {
return new IncidentCommentImpl(name, this.manager());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy