ListCredentialEntityOptions Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. ListCredentialEntityOptions
- com.
public final class ListCredentialEntityOptions
Additional properties for filtering results on the listCredentialEntities operation.
Constructor Summary
Constructor | Description |
---|---|
ListCredentialEntityOptions() |
Creates an instance of List |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxPageSize()
Gets limit indicating the number of items that will be included in a service returned page. |
Integer |
getSkip()
Gets the number of items in the queried collection that will be skipped and not included in the returned result. |
List |
setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page. |
List |
setSkip(Integer skip)
Sets the number of items in the queried collection that are to be skipped and not included in the returned result. |
Methods inherited from java.lang.Object
Constructor Details
ListCredentialEntityOptions
public ListCredentialEntityOptions()
Creates an instance of ListCredentialEntityOptions.
Method Details
getMaxPageSize
public Integer getMaxPageSize()
Gets limit indicating the number of items that will be included in a service returned page.
Returns:
getSkip
public Integer getSkip()
Gets the number of items in the queried collection that will be skipped and not included in the returned result.
Returns:
setMaxPageSize
public ListCredentialEntityOptions setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page.
Parameters:
Returns:
setSkip
public ListCredentialEntityOptions setSkip(Integer skip)
Sets the number of items in the queried collection that are to be skipped and not included in the returned result.
Parameters:
Returns:
Applies to
Azure SDK for Java