Class ListResourceKeysOptions

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

    public class ListResourceKeysOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The listResourceKeys options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String guid()
      Gets the guid.
      java.lang.Long limit()
      Gets the limit.
      java.lang.String name()
      Gets the name.
      ListResourceKeysOptions.Builder newBuilder()
      New builder.
      java.lang.String resourceGroupId()
      Gets the resourceGroupId.
      java.lang.String resourceId()
      Gets the resourceId.
      java.lang.String start()
      Gets the start.
      java.lang.String updatedFrom()
      Gets the updatedFrom.
      java.lang.String updatedTo()
      Gets the updatedTo.
      • 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

      • guid

        public java.lang.String guid()
        Gets the guid. The GUID of the key.
        Returns:
        the guid
      • name

        public java.lang.String name()
        Gets the name. The human-readable name of the key.
        Returns:
        the name
      • resourceGroupId

        public java.lang.String resourceGroupId()
        Gets the resourceGroupId. The ID of the resource group.
        Returns:
        the resourceGroupId
      • resourceId

        public java.lang.String resourceId()
        Gets the resourceId. The unique ID of the offering. This value is provided by and stored in the global catalog.
        Returns:
        the resourceId
      • limit

        public java.lang.Long limit()
        Gets the limit. Limit on how many items should be returned.
        Returns:
        the limit
      • start

        public java.lang.String start()
        Gets the start. An optional token that indicates the beginning of the page of results to be returned. Any additional query parameters are ignored if a page token is present. If omitted, the first page of results is returned. This value is obtained from the 'start' query parameter in the 'next_url' field of the operation response.
        Returns:
        the start
      • updatedFrom

        public java.lang.String updatedFrom()
        Gets the updatedFrom. Start date inclusive filter.
        Returns:
        the updatedFrom
      • updatedTo

        public java.lang.String updatedTo()
        Gets the updatedTo. End date inclusive filter.
        Returns:
        the updatedTo