Class RuleGrantee

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class RuleGrantee
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    user name, group id or tag value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String key()
      Gets the key.
      RuleGrantee.Builder newBuilder()
      New builder.
      java.lang.String type()
      Gets the type.
      java.lang.String value()
      Gets the value.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public RuleGrantee.Builder newBuilder()
        New builder.
        Returns:
        a RuleGrantee builder
      • value

        public java.lang.String value()
        Gets the value. grantee value.
        Returns:
        the value
      • key

        public java.lang.String key()
        Gets the key. grantee key.
        Returns:
        the key
      • type

        public java.lang.String type()
        Gets the type. grantee type.
        Returns:
        the type