ক্লাস রিসোর্সআইডি, ক্লাস রিসোর্সআইডি
ResourceId
হল নথির জন্য রিসোর্স আইডি তৈরি করার জন্য একটি ইউটিলিটি ক্লাস।
স্বাক্ষর
export class ResourceId
বিস্তারিত
পদ্ধতি
,
ResourceId
হল নথির জন্য রিসোর্স আইডি তৈরি করার জন্য একটি ইউটিলিটি ক্লাস।
স্বাক্ষর
export class ResourceId
বিস্তারিত
পদ্ধতি
,
ResourceId
হল নথির জন্য রিসোর্স আইডি তৈরি করার জন্য একটি ইউটিলিটি ক্লাস।
স্বাক্ষর
export class ResourceId
বিস্তারিত
পদ্ধতি
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`ResourceId` is a utility class designed for generating unique resource IDs specifically for documents."],["It offers a `generate` method to create these resource IDs, taking the document as input."],["The class is marked as `final`, indicating it cannot be extended or subclassed."]]],["`ResourceId` is a utility class designed to generate resource IDs for documents. It features a single method, `generate(document)`, which is responsible for creating a unique resource ID for a given document. The class is not intended for subclassing, as indicated by its non-final status.\n"]]