Class GetReportOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetReportOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetReportOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getReport options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetReportOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.GetReportOptions.BuildernewBuilder()New builder.java.lang.Stringreference()Gets the reference.
-
-
-
Method Detail
-
newBuilder
public GetReportOptions.Builder newBuilder()
New builder.- Returns:
- a GetReportOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account.- Returns:
- the accountId
-
reference
public java.lang.String reference()
Gets the reference. Reference for the report to be generated, You can use 'latest' to get the latest report for the given account.- Returns:
- the reference
-
-