Class DeleteFromAllGroupsResponseGroupsItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.DeleteFromAllGroupsResponseGroupsItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteFromAllGroupsResponseGroupsItem extends com.ibm.cloud.sdk.core.service.model.GenericModelDeleteFromAllGroupsResponseGroupsItem.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessGroupId()Gets the accessGroupId.java.util.List<Error>getErrors()Gets the errors.java.lang.LonggetStatusCode()Gets the statusCode.java.lang.StringgetTrace()Gets the trace.
-
-
-
Method Detail
-
getAccessGroupId
public java.lang.String getAccessGroupId()
Gets the accessGroupId. The access group that the member is to be deleted from.- Returns:
- the accessGroupId
-
getStatusCode
public java.lang.Long getStatusCode()
Gets the statusCode. The outcome of the delete operation on this `access_group_id`.- Returns:
- the statusCode
-
getTrace
public java.lang.String getTrace()
Gets the trace. A transaction-id that can be used for debugging purposes.- Returns:
- the trace
-
getErrors
public java.util.List<Error> getErrors()
Gets the errors. A list of errors that occurred when trying to remove a member from groups.- Returns:
- the errors
-
-