Class GetTaggedImagesOptionalParameter


  • public class GetTaggedImagesOptionalParameter
    extends Object
    The GetTaggedImagesOptionalParameter model.
    • Constructor Detail

      • GetTaggedImagesOptionalParameter

        public GetTaggedImagesOptionalParameter()
    • Method Detail

      • iterationId

        public UUID iterationId()
        Get the iterationId value.
        Returns:
        the iterationId value
      • withIterationId

        public GetTaggedImagesOptionalParameter withIterationId​(UUID iterationId)
        Set the iterationId value.
        Parameters:
        iterationId - the iterationId value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.
      • tagIds

        public List<UUID> tagIds()
        Get the tagIds value.
        Returns:
        the tagIds value
      • withTagIds

        public GetTaggedImagesOptionalParameter withTagIds​(List<UUID> tagIds)
        Set the tagIds value.
        Parameters:
        tagIds - the tagIds value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.
      • orderBy

        public String orderBy()
        Get the orderBy value.
        Returns:
        the orderBy value
      • withOrderBy

        public GetTaggedImagesOptionalParameter withOrderBy​(String orderBy)
        Set the orderBy value.
        Parameters:
        orderBy - the orderBy value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.
      • take

        public Integer take()
        Get the take value.
        Returns:
        the take value
      • withTake

        public GetTaggedImagesOptionalParameter withTake​(Integer take)
        Set the take value.
        Parameters:
        take - the take value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.
      • skip

        public Integer skip()
        Get the skip value.
        Returns:
        the skip value
      • withSkip

        public GetTaggedImagesOptionalParameter withSkip​(Integer skip)
        Set the skip value.
        Parameters:
        skip - the skip value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.
      • thisclientacceptLanguage

        public String thisclientacceptLanguage()
        Get the thisclientacceptLanguage value.
        Returns:
        the thisclientacceptLanguage value
      • withThisclientacceptLanguage

        public GetTaggedImagesOptionalParameter withThisclientacceptLanguage​(String thisclientacceptLanguage)
        Set the thisclientacceptLanguage value.
        Parameters:
        thisclientacceptLanguage - the thisclientacceptLanguage value to set
        Returns:
        the GetTaggedImagesOptionalParameter object itself.